learndash_course_steps_is_external learndash_course_steps_is_external( int $step_id ) Returns whether the step is 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/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. Used By # Used By Used By Description includes/course/ld-course-steps-functions.php: learndash_course_steps_is_external_attendance_required () Returns whether the step is external and requires attendance. False if not external. includes/course/ld-course-steps-functions.php: learndash_course_steps_get_external_type () Returns the external type of the step if it is external. Empty string otherwise. includes/course/ld-course-progress.php: learndash_course_get_step_completion_data () Returns the step completion data when a step is completed by a user. themes/ld30/includes/helpers.php: learndash_get_course_step_attributes () Gets the course step attributes. includes/course/ld-course-progress.php: learndash_process_mark_complete () Updates the user meta with completion status for any resource. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.
Uses # Uses Uses Description includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post.
Used By # Used By Used By Description includes/course/ld-course-steps-functions.php: learndash_course_steps_is_external_attendance_required () Returns whether the step is external and requires attendance. False if not external. includes/course/ld-course-steps-functions.php: learndash_course_steps_get_external_type () Returns the external type of the step if it is external. Empty string otherwise. includes/course/ld-course-progress.php: learndash_course_get_step_completion_data () Returns the step completion data when a step is completed by a user. themes/ld30/includes/helpers.php: learndash_get_course_step_attributes () Gets the course step attributes. includes/course/ld-course-progress.php: learndash_process_mark_complete () Updates the user meta with completion status for any resource. includes/course/ld-course-progress.php: learndash_mark_complete () Outputs the HTML output to mark a course complete.