includes/ld-misc-functions.php:
learndash_remove_lessons_and_quizzes_page ()
|
Redirects to the home page if the user lands on archive pages for lesson or quiz post types.
|
themes/ld30/includes/login-register-functions.php:
learndash_authenticate ()
|
Updates user course data on user login.
|
themes/ld30/includes/login-register-functions.php:
learndash_login_failed ()
|
Handles the login fail scenario from WP.
|
themes/ld30/includes/login-register-functions.php:
learndash_user_register_error ()
|
Handles user registration failure.
|
includes/ld-assignment-uploads.php:
learndash_assignment_permissions ()
|
Manages the permissions to view the assignment.
|
includes/ld-assignment-uploads.php:
learndash_assignment_process_init ()
|
Handles the upload, delete, and mark as complete for the assignment.
|
includes/ld-assignment-uploads.php:
learndash_upload_assignment_init ()
|
Handles assignment uploads.
|
includes/class-ld-translations.php:
LearnDash_Translations::download_pot_file ()
|
|
includes/class-ld-translations.php:
LearnDash_Translations::download_po_file ()
|
|
includes/class-ld-addons-updater.php:
LearnDash_Addon_Updater::load_repositories_options ()
|
Load Respository options.
|
includes/settings/settings-sections/class-ld-settings-section-support-data-reset.php:
LearnDash_Settings_Section_Data_Reset::on_settings_page_load ()
|
|
includes/settings/settings-sections/class-ld-settings-section-paypal.php:
LearnDash_Settings_Section_PayPal::load_settings_values ()
|
Initialize the metabox settings values.
|
includes/settings/settings-sections/class-ld-settings-section-custom-labels.php:
LearnDash_Settings_Section_Custom_Labels::load_settings_values ()
|
Initialize the metabox settings values.
|
includes/settings/settings-pages/class-ld-settings-page-addons.php:
LearnDash_Settings_Page_Addons::load_settings_page ()
|
Action function called when Add-ons page is loaded.
|
includes/settings/settings-pages/class-ld-settings-page-translations.php:
LearnDash_Settings_Page_Translations::handle_translation_actions ()
|
|
includes/quiz/ld-quiz-pro.php:
LD_QuizPro::edit_process ()
|
Routes to the WpProQuiz_Controller_Quiz controller to output the add or edit page for quizes if not autosaving, post id is set, and the current user has permissions to add or edit quizes. If there is an available template to load, wordpress redirects to the proper URL.
|
includes/quiz/ld-quiz-essays.php:
learndash_essay_permissions ()
|
Manages the permissions for the essay post type.
|
includes/course/ld-course-steps-functions.php:
learndash_check_course_step ()
|
Validates the URL requests when nested URL permalinks are used.
|
includes/course/ld-course-functions.php:
learndash_process_course_join ()
|
Handles the actions to be made when the user joins a course.
|
includes/course/ld-course-user-functions.php:
sfwd_lms_access_redirect ()
|
Redirects a user to the course page if it does not have access.
|
includes/course/ld-course-progress.php:
learndash_mark_complete_process ()
|
Processes a request to mark a course complete.
|
includes/course/ld-course-progress.php:
learndash_get_next_lesson_redirect ()
|
Redirects the user to next lesson.
|
includes/course/ld-course-progress.php:
learndash_quiz_redirect ()
|
Redirects the user after quiz completion.
|