learndash_is_course_builder_enabled()
Utility function to check if Course Builder is enabled.
Description #
Source #
Changelog #
Version | Description |
---|---|
3.4.0 | Introduced. |
Related #
Namespace #
@package #
Uses #
Uses | Description |
---|---|
includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () |
Static function to get a Section Setting value. |
Used By #
Used By | Description |
---|---|
includes/course/ld-course-functions.php: learndash_is_course_shared_steps_enabled () |
Utility function to check if Course Shared steps is enabled. |
includes/course/ld-course-progress.php: learndash_is_quiz_accessable () |
Checks if the quiz is accessible to the user. |
includes/course/ld-course-functions-legacy.php: learndash_get_course_steps_legacy () |
LEGACY: Gets all the lessons and topics for a given course ID. |
includes/course/ld-course-functions-legacy.php: learndash_process_mark_complete_legacy () |
LEGACY: Updates the user meta with completion status for any resource. |
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/ld-misc-functions.php: learndash_is_sample () |
Checks if a lesson, topic, or quiz is a sample or not. |
includes/class-ld-cpt.php: SFWD_CPT::show_content () |
To show content or not |
includes/settings/settings-metaboxes/class-ld-settings-metabox-course-display-content.php: LearnDash_Settings_Metabox_Course_Display_Content::load_settings_fields () |
Initialize the metabox settings fields. |
includes/course/ld-course-steps-functions.php: learndash_course_get_all_parent_step_ids () |
Gets the parent step IDs for a step in a course. |
includes/course/ld-course-steps-functions.php: learndash_course_get_single_parent_step () |
Gets the single parent step ID for a given step ID in a course. |
includes/course/ld-course-navigation.php: learndash_next_post_link () |
Generates the next post link for lesson or topic. |
includes/course/ld-course-progress.php: learndash_process_mark_complete () |
Updates the user meta with completion status for any resource. |