LLMS_Student_Dashboard::output_redeem_voucher_content()
Callback to output content for the voucher endpoint
Return Return
(void)
Source Source
File: includes/class.llms.student.dashboard.php
public static function output_redeem_voucher_content() { llms_get_template( 'myaccount/form-redeem-voucher.php', array( 'user' => get_user_by( 'id', get_current_user_id() ), ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |