Browse: Home / Functions /

learndash_get_step_permalink

learndash_get_step_permalink( int $step_id,  int $step_course_id = null )

Utility function to get the nested permalink of the course step within in the course.


Description #


Parameters #

$step_id

(int) (Required) Course Step Post ID.

$step_course_id

(int) (Optional) Course ID.

Default value: null


Source #

File: includes/class-ld-permalinks.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.