This function has been deprecated. Use learndash_get_course_data instead.
learndash_get_course_data_legacy( array $data )
LEGACY: Gets the course data for the course builder.
Description #
Replaced by learndash_get_course_data in 3.4.0.
Parameters #
- $data
-
(array) (Required) The data passed down to the front-end.
Return #
(array) The data passed down to the front-end.
Source #
Changelog #
| Version | Description |
|---|---|
| 5.0.0 | Use learndash_get_course_data instead. |
| 3.4.0 | Introduced. This function has been deprecated. Use learndash_get_course_data instead. |