LDLMS_Course_Steps::set_steps LDLMS_Course_Steps::set_steps( array $course_steps = array() ) Set Course steps. ContentsDescription Parameters Source Changelog Related @package Uses Description # This is generally called when editing the course and the course steps has been changed. Parameters # $course_steps (array) (Optional) Array of Course steps. Default value: array() Source # File: includes/classes/class-ldlms-model-course-steps.php Changelog # Changelog Version Description 2.5.0 Introduced. Related # @package # LearnDash / Course / Steps Uses # Uses Uses Description includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_section_headings () Set Course Section Headings. includes/course/ld-course-functions.php: learndash_is_course_shared_steps_enabled () Utility function to check if Course Shared steps is enabled. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_steps_count_meta () Set the total steps postmeta for the course. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::load_steps_meta () Load the Steps Post meta data set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::save_steps_meta () Set the Steps Post meta data set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::build_steps () Build Course Steps nodes. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_step_to_course_legacy () Set Steps to Course Legacy. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_step_to_course () This function sets a post_meta association for the various steps within the course. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::is_steps_dirty () Check if the steps dirty flag is set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::clear_steps_dirty () Clear the steps dirty flag.
Uses # Uses Uses Description includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_section_headings () Set Course Section Headings. includes/course/ld-course-functions.php: learndash_is_course_shared_steps_enabled () Utility function to check if Course Shared steps is enabled. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_steps_count_meta () Set the total steps postmeta for the course. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::load_steps_meta () Load the Steps Post meta data set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::save_steps_meta () Set the Steps Post meta data set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::build_steps () Build Course Steps nodes. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_step_to_course_legacy () Set Steps to Course Legacy. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::set_step_to_course () This function sets a post_meta association for the various steps within the course. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::is_steps_dirty () Check if the steps dirty flag is set. includes/classes/class-ldlms-model-course-steps.php: LDLMS_Course_Steps::clear_steps_dirty () Clear the steps dirty flag.