SFWD_LMS::select_a_lesson()
Method: Makes wp_query to retrieve lessons a course
SFWD_LMS::select_a_lesson Read More »
@package: LearnDash
Source Files: sfwd-lms/includes/class-ld-lms.php
Method: Makes wp_query to retrieve lessons a course
SFWD_LMS::select_a_lesson Read More »
Method: This is called from the get_options() function for the option ‘active_plugins’. Using this filter we can append our LearnDash plugin path, allowing other plugins to check via is_plugin_active() even if learndash is installed in a non-standard plugin directory.
SFWD_LMS::option_active_plugins_proc Read More »
Method: Retrieves quizzes for a course to populate dropdown on edit screen
SFWD_LMS::select_a_quiz_ajax Read More »
Method: This is called from the update_options() function for the option ‘active_plugins’. Using this filter we can remove our plugin path we added via the option_active_plugins_proc filter.
SFWD_LMS::pre_update_option_active_plugins Read More »
Method: Makes wp_query to retrieve quizzes a course
SFWD_LMS::select_a_quiz Read More »
Method: Site option active sitewide plugins
SFWD_LMS::site_option_active_sitewide_plugins_proc Read More »
Method: Set up course display settings
SFWD_LMS::course_display_settings Read More »
Method: Pre Update site option active sitewide plugins
SFWD_LMS::pre_update_site_option_active_sitewide_plugins Read More »
Method: Set up lesson display settings
SFWD_LMS::lesson_display_settings Read More »
Method: Add support for alternate templates directory.
SFWD_LMS::init_ld_templates_dir Read More »
Method: Set up topic display settings
SFWD_LMS::topic_display_settings Read More »
Method: Course category row actions
SFWD_LMS::ld_course_category_row_actions Read More »
Method: Insert course name as a term on course publish
SFWD_LMS::add_course_tax_entry Read More »
Method: Function to dynamically control the ‘the_content’ filtering for this post_type instance.
SFWD_LMS::content_filter_control Read More »
Method: Register taxonomies for each custom post type
SFWD_LMS::tax_registration Read More »
Filter Hook: Filters list of taxonomies to be registered.
sfwd_cpt_register_tax Read More »
Filter Hook: Filters value of quiz information per page.
learndash_quiz_info_per_page Read More »
Method: Set up question display settings
SFWD_LMS::question_display_settings Read More »
Filter Hook: Filters paged query argument for quiz info.
learndash_quiz_info_paged Read More »
Filter Hook: Filters quiz question query arguments.
learndash_question_quiz_post_options Read More »