Browse: Home / Constants /

LEARNDASH_COURSE_FUNCTIONS_LEGACY

define( 'LEARNDASH_COURSE_FUNCTIONS_LEGACY',  bool $value )

Define LearnDash LMS – Enabled legacy Course Progression and Query logic.


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.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.