LDLMS_Factory::get_instance()
Method: Get the current instance of this class or new.
LDLMS_Factory::get_instance Read More »
@package: LearnDash
Source Files: includes/classes/class-ldlms-factory.php
Method: Get the current instance of this class or new.
LDLMS_Factory::get_instance Read More »
Method: Add Model instance.
LDLMS_Factory::add_instance Read More »
Method: Remove Model instance.
LDLMS_Factory::remove_instance Read More »
Class: Class for LearnDash LMS Factory.
Filter Hook: Filters whether to expand all course steps by default. Default is false.
Function: Utility function to parse and validate whether the assignment upload extensions are allowed.
learndash_validate_extensions Read More »
Filter Hook: Filters whether the lesson is a sample lesson or not.
learndash_lesson_is_sample Read More »
Method: Retrieves quizzes for a course to populate dropdown on edit screen
SFWD_LMS::select_a_quiz_ajax Read More »
Method: Makes wp_query to retrieve quizzes a course
SFWD_LMS::select_a_quiz Read More »
Method: Called via the WordPress List Table instance. This function will adjust the course step permalinks to be nested if enabled.
LearnDash_Permalinks::row_actions Read More »
Method: Override WordPress Get Edit Post Link to include nested URL.
LearnDash_Permalinks::get_edit_post_link Read More »
Method: Hook into the admin post editor Permalink display. We override the LD post items so they include the full nested URL
LearnDash_Permalinks::get_sample_permalink Read More »
Method: Public constructor for class
LearnDash_Permalinks::__construct Read More »
Method: Setup custom rewrite URLs.
LearnDash_Permalinks::generate_rewrite_rules Read More »
Filter Hook: Filters list of permalinks structure rules.
learndash_permalinks_nested_urls Read More »
Method: This second filter will correct calls to the WordPress get_permalink() function to use the new structure
LearnDash_Permalinks::post_type_link Read More »
Filter Hook: Filters the rewrite slug for a post type.
learndash_post_type_rewrite_slug Read More »
Filter Hook: Filters course link post ID.
learndash_post_link_course_id Read More »
Function: Utility function to get the nested permalink of the course step within in the course.
learndash_get_step_permalink Read More »