SFWD_LMS::select_a_quiz_ajax()
Method: Retrieves quizzes for a course to populate dropdown on edit screen
Method: Retrieves quizzes for a course to populate dropdown on edit screen
Filter Hook: Filters template arguments.
Method: Makes wp_query to retrieve quizzes a course
Method: Called from the ‘all_plugins’ filter. This is called from the Plugins listing screen and will let us set our internal flag ‘all_plugins_called’ so we know when (and when not) to add the learndash plugin path
Method: Set up course display settings
Method: Called from the ‘pre_current_active_plugins’ action. This is called after the Plugins listing checks for valid plugins. The will let us unset our internal flag ‘ALL_PLUGINS_CALLED’.
Filter Hook: Filters query arguments for course prerequisites.
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.
Method: Set up lesson display settings
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.
Filter Hook: Filters query arguments for getting course lesson.
Method: Site option active sitewide plugins
Method: Set up topic display settings
Method: Pre Update site option active sitewide plugins
Filter Hook: Filters query arguments for getting course topic.
Method: Add support for alternate templates directory.
Method: Insert course name as a term on course publish
Method: Course category row actions
Method: Register taxonomies for each custom post type
Method: Function to dynamically control the ‘the_content’ filtering for this post_type instance.