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 Description
Parameters Parameters
- $step_id
-
(Required) Course Step Post ID.
- $step_course_id
-
(Optional) Course ID.
Default value: null
Source Source
File: includes/class-ld-permalinks.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |