LLMS_Voucher::get_voucher_title()
Get voucher title
Description Description
Return Return
(string)
Source Source
File: includes/class.llms.voucher.php
public function get_voucher_title() { return get_the_title( $this->id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |