includes/class.llms.query.php:
LLMS_Query::maybe_redirect_certificate()
|
Redirect requests to old llms_my_certificate URLs to the new url.
|
includes/forms/controllers/class.llms.controller.account.php:
LLMS_Controller_Account::reset_password_link_redirect()
|
Automatically redirect password reset links to the password reset form page.
|
includes/admin/tools/class-llms-admin-tool-reset-automatic-payments.php:
LLMS_Admin_Tool_Reset_Automatic_Payments::handle()
|
Process the tool.
|
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-form-controller.php:
LLMS_REST_Admin_Form_Controller::handle_webhook_upsert()
|
Handle creating/updating a webhook via admin interfaces
|
libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-form-controller.php:
LLMS_REST_Admin_Form_Controller::handle_events()
|
Handles submission of admin forms & nonce links.
|
includes/class-llms-staging.php:
LLMS_Staging::handle_staging_notice_actions()
|
Handle the action buttons present in the recurring payments staging notice.
|
includes/class.llms.gateway.manual.php:
LLMS_Payment_Gateway_Manual::handle_pending_order()
|
Handle a Pending Order.
|
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/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::reset_password()
|
Handle form submission of the Reset Password form
|
includes/forms/controllers/class.llms.controller.login.php:
LLMS_Controller_Login::login()
|
Handle Login Form Submission
|
includes/forms/controllers/class.llms.controller.registration.php:
LLMS_Controller_Registration::register()
|
Handle submission of user registration forms
|
includes/class.llms.install.php:
LLMS_Install::update_actions()
|
Handle form submission of update related actions
|
includes/class.llms.template.loader.php:
LLMS_Template_Loader::maybe_redirect_to_sales_page()
|
Handle sales page redirects for courses & memberships
|
includes/integrations/class.llms.integration.bbpress.php:
LLMS_Integration_BBPress::handle_course_forum_restriction()
|
Handle course forum restrictions
|
includes/class.llms.https.php:
LLMS_HTTPS::force_https_redirect()
|
Redirect to https checkout page is force is enabled
|
includes/class.llms.https.php:
LLMS_HTTPS::unforce_https_redirect()
|
Redirect back to http when not on checkout if force ssl is enabled and the site isn’t fully ssl’d
|
includes/admin/class.llms.admin.page.status.php:
LLMS_Admin_Page_Status::remove_log_file()
|
Delete a log file
|
includes/admin/class.llms.admin.page.status.php:
LLMS_Admin_Page_Status::do_tool()
|
Handle tools actions
|
includes/admin/class.llms.admin.setup.wizard.php:
LLMS_Admin_Setup_Wizard::save()
|
Handle saving data during setup
|
includes/admin/class.llms.admin.notices.php:
LLMS_Admin_Notices::hide_notices()
|
Called when “Dismiss X” or “Remind Me” is clicked on a notice
|