learndash_course_steps_is_external_attendance_required learndash_course_steps_is_external_attendance_required( int $step_id ) Returns whether the step is external and requires attendance. False if not external. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $step_id (int) (Required) Step ID. Return # (bool) Source # File: includes/course/ld-course-steps-functions.php Changelog # Changelog Version Description 4.12.0 Introduced. Related # Namespace # global @package # LearnDash / Course_Steps Uses # Uses Uses Description includes/course/ld-course-steps-functions.php: learndash_course_steps_is_external () Returns whether the step is external. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. Used By # Used By Used By Description themes/ld30/includes/helpers.php: learndash_get_course_step_attributes () Gets the course step attributes. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. 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-steps-functions.php: learndash_course_steps_is_external () Returns whether the step is external. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post.
Used By # Used By Used By Description themes/ld30/includes/helpers.php: learndash_get_course_step_attributes () Gets the course step attributes. includes/course/ld-course-progress.php: learndash_can_complete_step () Check if the user can complete the current step. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.