includes/abstracts/abstract.llms.payment.gateway.php:
LLMS_Payment_Gateway::handle_payment_source_switch()
|
Called when the Update Payment Method form is submitted from a single order view on the student dashboard
|
includes/abstracts/abstract.llms.payment.gateway.php:
LLMS_Payment_Gateway::complete_transaction()
|
This should be called by the gateway after verifying the transaction was completed successfully
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_student_dashboard()
|
Output the LifterLMS Student Dashboard
|
includes/controllers/class.llms.controller.certificates.php:
LLMS_Controller_Certificates::download()
|
Generates an HTML export of the certificate from the “Download” button on the View Certificate front end & on reporting backend for admins
|
includes/controllers/class.llms.controller.quizzes.php:
LLMS_Controller_Quizzes::take_quiz()
|
Handle form submission of the “take quiz” button attached to lessons with quizzes
|
includes/controllers/class.llms.controller.orders.php:
LLMS_Controller_Orders::switch_payment_source()
|
Handle form submission of the “Update Payment Method” form on the student dashboard when viewing a single order
|
includes/controllers/class.llms.controller.orders.php:
LLMS_Controller_Orders::confirm_pending_order()
|
Confirm order form post User clicks confirm order or gateway determines the order is confirmed
|
includes/controllers/class.llms.controller.orders.php:
LLMS_Controller_Orders::create_pending_order()
|
Handle form submission of the checkout / payment form
|
includes/controllers/class.llms.controller.lesson.progression.php:
LLMS_Controller_Lesson_Progression::handle_incomplete_form()
|
Mark Lesson as incomplete Incomplete Lesson form post Marks lesson as incomplete and returns incompletion message to user
|
includes/forms/frontend/class.llms.frontend.password.php:
LLMS_Frontend_Password::check_password_reset_key()
|
Checks the password reset key
|
includes/forms/frontend/class.llms.frontend.forms.php:
LLMS_Frontend_Forms::reset_password()
|
Reset password form
|
includes/forms/frontend/class.llms.frontend.forms.php:
LLMS_Frontend_Forms::voucher_check()
|
Check voucher and use it if valid
|
includes/controllers/class.llms.controller.lesson.progression.php:
LLMS_Controller_Lesson_Progression::get_lesson_id_from_form_data()
|
Retrieve a lesson ID from form data for the mark complete / incomplete forms
|
includes/forms/controllers/class.llms.controller.account.php:
LLMS_Controller_Account::cancel_subscription()
|
Lets student cancel recurring access plan subscriptions from the student dashboard view order screen
|
includes/forms/controllers/class.llms.controller.account.php:
LLMS_Controller_Account::update()
|
Handle submission of user account edit form
|
includes/forms/controllers/class.llms.controller.account.php:
LLMS_Controller_Account::lost_password()
|
Handle form submission of the Lost Password form This is the form that sends a password recovery email with a link to reset the password
|
includes/forms/controllers/class.llms.controller.account.php:
LLMS_Controller_Account::reset_password()
|
Handle form submission of the Reset Password form This is the form that actually updates a users password
|
includes/forms/controllers/class.llms.controller.login.php:
LLMS_Controller_Login::login()
|
Handle Login Form Submission
|
includes/forms/frontend/class.llms.frontend.password.php:
LLMS_Frontend_Password::retrieve_password()
|
Lost password template
|
includes/forms/controllers/class.llms.controller.registration.php:
LLMS_Controller_Registration::voucher()
|
Attempt to redeem a voucher on user registration if a voucher was submitted during registration
|
includes/forms/controllers/class.llms.controller.registration.php:
LLMS_Controller_Registration::register()
|
Handle submission of user registration forms
|
includes/class.llms.template.loader.php:
LLMS_Template_Loader::handle_restriction()
|
Add a notice and / or redirect during restriction actions
|
includes/integrations/class.llms.integration.bbpress.php:
LLMS_Integration_BBPress::handle_course_forum_restriction()
|
Handle course forum restrictions Add a notice and redirect to the course
|