LLMS_Voucher::get_voucher_title()
Get voucher title
Contents
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 |
|---|---|
| 3.6.2 | Unknown. |
| 2.0.0 | Introduced. |