learndash_course_steps_get_external_type learndash_course_steps_get_external_type( int $step_id ) Returns the external type of the step if it is external. Empty string otherwise. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $step_id (int) (Required) Step ID. Return # (string) 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. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. 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.
Uses # Uses Uses Description includes/course/ld-course-steps-functions.php: learndash_course_steps_is_external () Returns whether the step is external. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. 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.