This function has been deprecated. Use learndash_course_status instead.
learndash_course_status_legacy( int $id, int|null $user_id = null, boolean $return_slug = false )
LEGACY: Outputs the current status of the course.
Description #
Replaced by learndash_course_status in 3.4.0.
Parameters #
- $id
-
(int) (Required) Course ID to get status.
- $user_id
-
(int|null) (Optional) User ID.
Default value: null
- $return_slug
-
(boolean) (Optional) If false will return translatable string otherwise the status slug.
Default value: false
Return #
(string) The current status of the course.
Source #
Changelog #
| Version | Description |
|---|---|
| 5.0.0 | Use learndash_course_status instead. |
| 2.5.8 | Added $return_slug parameter. |
| 2.1.0 | Introduced. This function has been deprecated. Use learndash_course_status instead. |