learndash_get_course_url( int|null $id = null )
Gets the course permalink.
Description Description
Parameters Parameters
- $id
-
(Optional) The ID of the resource like course, topic, lesson, quiz, etc.
Default value: null
Return Return
(string) The course permalink.
Source Source
File: includes/course/ld-course-progress.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |