Browse: Home / Constants /

LEARNDASH_DEFAULT_GROUP_ORDERBY

define( 'LEARNDASH_DEFAULT_GROUP_ORDERBY',  string $value )

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


Description #


Parameters #

$value

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

  • 'date'
    (string) Sort values by Date. Default.
  • 'menu_order'
    (string) Sort values by menu_order.
  • 'title'
    (string) Sort values by title.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.