Browse: Home / Constants /

LEARNDASH_SELECT2_LIB_AJAX_FETCH

define( 'LEARNDASH_SELECT2_LIB_AJAX_FETCH',  bool $value )

Define LearnDash LMS – Enable fetch logic as part of the Select2 library.


Description #

Possible value: true (bool) Will enable callbacks to the server via AJAX to load selector items. This can improve performance. Default.

The LEARNDASH_SELECT2_LIB define must be true.


Parameters #

$value

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

  • 'true'
    (bool) Will enable callbacks to the server via AJAX to load selector. Default.
  • 'false'
    (bool)


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.