LDLMS_Course_Steps::__construct()
Method: Public constructor for class.
LDLMS_Course_Steps::__construct Read More »
@package: LearnDash / Course / Steps
Source Files: includes/classes/class-ldlms-model-course-steps.php
Method: Public constructor for class.
LDLMS_Course_Steps::__construct Read More »
Method: Set Steps to Course Legacy.
LDLMS_Course_Steps::set_step_to_course_legacy Read More »
Class: Class for LearnDash Model Lesson.
LDLMS_Model_Lesson Read More »
Method: Load Course Steps.
LDLMS_Course_Steps::load_steps Read More »
Method: Internal utility function to update the step postmeta with the parent course_id.
LDLMS_Course_Steps::set_step_to_course_relationship Read More »
Class: Class for LearnDash Model Post.
Method: Sets the Course steps dirty flag and will force the steps to be reloaded from queries.
LDLMS_Course_Steps::set_steps_dirty Read More »
Method: Internal utility function to update the step postmeta menu_order value.
LDLMS_Course_Steps::set_step_to_course_order Read More »
Class: Class for LearnDash Course Steps.
LDLMS_Course_Steps Read More »
Method: Check if the steps dirty flag is set.
LDLMS_Course_Steps::is_steps_dirty Read More »
Method: Load Course Steps for legacy setup (non-shared steps).
LDLMS_Course_Steps::load_steps_legacy Read More »
Method: Clear the steps dirty flag.
LDLMS_Course_Steps::clear_steps_dirty Read More »
Method: Returns the parent steps for a given step. Empty array if no parent steps.
LDLMS_Course_Steps::get_item_parent_steps Read More »
Action Hook: Fires on admin data upgrades init
learndash_data_upgrades_init Read More »
Method: Get the total steps for the course.
LDLMS_Course_Steps::get_steps_count Read More »
Method: Build Course Steps nodes.
LDLMS_Course_Steps::build_steps Read More »
Method: Return the last run details for the last completed data upgrade for the instance.
Learndash_Admin_Data_Upgrades::get_last_run_info Read More »
Method: Validate Course Steps nodes and items.
LDLMS_Course_Steps::validate_steps Read More »
Method: Entry point to perform data upgrade for instance.
Learndash_Admin_Data_Upgrades::do_data_upgrades Read More »
Method: This converts the normal hierarchy steps into an array groups be the post type. This is easier for search.
LDLMS_Course_Steps::steps_grouped_by_type Read More »