This function has been deprecated. Use get_permalink instead.
learndash_get_course_url( int|null $id = null )
Gets the course permalink.
Description #
Parameters #
- $id
-
(int|null) (Optional) The ID of the resource like course, topic, lesson, quiz, etc.
Default value: null
Return #
(string) The course permalink.
Source #
Changelog #
| Version | Description |
|---|---|
| 5.0.0 | Use get_permalink instead. |
| 2.1.0 | Introduced. This function has been deprecated. Use get_permalink instead. |