learndash_lesson_progression_enabled learndash_lesson_progression_enabled( int $course_id ) Checks whether the lesson progression is enabled or not. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $course_id (int) (Optional) Course ID to check. Default 0. Return # (boolean) Returns true if the lesson progression is enabled otherwise false. Source # File: includes/course/ld-course-progress.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # Namespace # global @package # LearnDash / Course Uses # Uses Uses Description includes/course/ld-course-progress.php: learndash_course_progression_enabled Filter for Course Progression Enabled. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource. Used By # Used By Used By Description includes/shortcodes/ld_navigation.php: learndash_navigation_shortcode () Builds the [ld_navigation] shortcode output. includes/shortcodes/ld_quiz.php: learndash_quiz_shortcode_function () Builds the [ld_quiz] shortcode output. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. themes/ld30/includes/helpers.php: learndash_30_ajax_pager () Gets the ld30 theme ajax pagination. includes/class-ld-cpt-instance.php: SFWD_CPT_Instance::template_content () Generate output for courses, lessons, topics, quizzes Filter callback for ‘the_content’ (wp core filter) includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output. includes/course/ld-course-progress.php: learndash_next_lesson_quiz () Gets the next quiz for current lesson for a user. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.
Uses # Uses Uses Description includes/course/ld-course-progress.php: learndash_course_progression_enabled Filter for Course Progression Enabled. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource.
Used By # Used By Used By Description includes/shortcodes/ld_navigation.php: learndash_navigation_shortcode () Builds the [ld_navigation] shortcode output. includes/shortcodes/ld_quiz.php: learndash_quiz_shortcode_function () Builds the [ld_quiz] shortcode output. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. themes/ld30/includes/helpers.php: learndash_30_ajax_pager () Gets the ld30 theme ajax pagination. includes/class-ld-cpt-instance.php: SFWD_CPT_Instance::template_content () Generate output for courses, lessons, topics, quizzes Filter callback for ‘the_content’ (wp core filter) includes/shortcodes/ld_course_content.php: learndash_course_content_shortcode () Builds the [course_content] shortcode output. includes/course/ld-course-progress.php: learndash_next_lesson_quiz () Gets the next quiz for current lesson for a user. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.