Browse: Home / Constants /

LEARNDASH_DEFAULT_GROUP_ORDER

define( 'LEARNDASH_DEFAULT_GROUP_ORDER',  string $value )

Define LearnDash LMS – Set the default groups courses display order.


Description #


Parameters #

$value

(string) (Required) Only one of the following values.

  • 'ASC'
    (string) Sort values Ascending. Default.
  • 'DESC'
    (string) Sort values Descending.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.