LLMS_Student_Dashboard::output_redeem_voucher_content()

Callback to output content for the voucher endpoint


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.student.dashboard.php

						array(
							'page' => isset( $_GET['opage'] ) ? intval( $_GET['opage'] ) : 1,
						)
					),
				)
			);

		}

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.