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
385 386 387 388 389 390 391 392 393 394 | array ( 'page' => isset( $_GET [ 'opage' ] ) ? intval ( $_GET [ 'opage' ] ) : 1, ) ), ) ); } } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |