Browse: Home / Functions /

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.


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.