This constant has been deprecated. Not used anymore instead.
define( 'LEARNDASH_COURSE_FUNCTIONS_LEGACY', bool $value )
Define LearnDash LMS – Enabled legacy Course Progression and Query logic.
Contents
Description #
This define will be removed in a future release.
Parameters #
- $value
-
(bool) (Required) Only one of the following values.
- 'true'
(bool) The LD 3.3.x legacy course progression and query logic will be used. - 'false'
(bool) The LD 3.4.x improved course progression and query logic will be used. Default.
- 'true'
Source #
Changelog #
| Version | Description |
|---|---|
| 5.0.0 | Not used anymore. |
| 3.4.0 | Introduced. This constant has been deprecated. Not used anymore instead. |