includes/forms/class-llms-form-post-type.php:
LLMS_Form_Post_Type::get_permalink_for_registration()
|
Retrieve permalink for the registration form
|
includes/forms/class-llms-form-post-type.php:
LLMS_Form_Post_Type::get_permalink_for_checkout()
|
Retrieve permalink for the checkout form
|
includes/forms/class-llms-form-post-type.php:
LLMS_Form_Post_Type::get_permalink_for_account()
|
Retrieve permalink for the account edit form
|
includes/class.llms.student.dashboard.php:
LLMS_Student_Dashboard::get_tabs_for_nav()
|
Retrieve dashboard tab data as required to display navigation links Excludes any endpoint disabled by deleting the slug from account settings
|
includes/class.llms.student.dashboard.php:
LLMS_Student_Dashboard::get_tabs()
|
Retrieve all dashboard tabs and related data
|
includes/models/model.llms.order.php:
LLMS_Order::get_view_link()
|
Get a link to view the order on the student dashboard
|
includes/models/model.llms.access.plan.php:
LLMS_Access_Plan::get_checkout_url()
|
Retrieve the full URL to the checkout screen for the plan.
|
includes/functions/llms.functions.templates.dashboard.php:
llms_modify_dashboard_pagination_links()
|
Modify the pagination links displayed on endpoints using the default LLMS loop
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_template_student_dashboard_my_notifications()
|
Template for My Notifications student dashboard endpoint
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_template_student_dashboard_my_memberships()
|
Template for My Memberships section on dashboard index
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_template_student_dashboard_my_achievements()
|
Template for My Achievements on dashboard
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_template_student_dashboard_my_certificates()
|
Template for My Certificates on dashboard
|
includes/functions/llms.functions.templates.dashboard.php:
lifterlms_template_student_dashboard_my_courses()
|
Template for My Courses section on dashboard index
|
includes/functions/llms.functions.order.php:
llms_setup_pending_order()
|
Setup a pending order which can be passed to an LLMS_Payment_Gateway for processing.
|
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.account.php:
LLMS_Controller_Account::update()
|
Handle submission of user account edit form
|
includes/forms/controllers/class.llms.controller.registration.php:
LLMS_Controller_Registration::register()
|
Handle submission of user registration forms
|
includes/shortcodes/class.llms.shortcode.checkout.php:
LLMS_Shortcode_Checkout::output()
|
Gather a bunch of information and output the actual content for the shortcode.
|
includes/shortcodes/class.llms.shortcode.checkout.php:
LLMS_Shortcode_Checkout::checkout()
|
Renders the checkout template.
|
includes/shortcodes/class.llms.shortcode.courses.php:
LLMS_Shortcode_Courses::get_output()
|
Retrieve the actual content of the shortcode
|
includes/class.llms.nav.menus.php:
LLMS_Nav_Menus::get_nav_items()
|
Retrieve a filtered array of custom LifterLMS nav menu items.
|
includes/class.llms.nav.menus.php:
LLMS_Nav_Menus::filter_nav_items()
|
Filters Nav Menu Items to convert #llms- urls into actual URLs.
|
includes/notifications/views/class.llms.notification.view.student.welcome.php:
LLMS_Notification_View_Student_Welcome::set_merge_data()
|
Replace merge codes with actual values
|