Browse: Home / Constants /

LEARNDASH_TRANSIENTS_DISABLED

define( 'LEARNDASH_TRANSIENTS_DISABLED',  bool $value )

Define LearnDash LMS – Enabled support for Transients used for temporary storage.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will disable transient storage. Default.
  • 'false'
    (bool) Will enable transient storage.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.4.0 Set to true as default to disable transients.
2.3.3 Introduced. Initial value false.