Browse: Home / Functions /

learndash_course_get_steps_by_type_ORG1

This function has been deprecated. Use ‘learndash_course_get_steps_by_type’ instead.

learndash_course_get_steps_by_type_ORG1( int $course_id,  string $step_type = '' )

Gets the course steps by type.


Description #


Parameters #

$course_id

(int) (Optional) Course ID. Default 0.

$step_type

(string) (Optional) The type of the step.

Default value: ''


Return #

(array) An array of course step IDs.


Source #

File: includes/deprecated/3.4.0/functions.php


Changelog #

Changelog
Version Description
3.4.0 Introduced. Use 'learndash_course_get_steps_by_type' instead.