define( 'LEARNDASH_TRANSIENTS_DISABLED', bool $value )
Define LearnDash LMS – Enabled support for Transients used for temporary storage.
Contents
Description #
Parameters #
- $value
-
(bool) (Required) Only one of the following values.
- 'true'
(bool) Will disable transient storage. Default. - 'false'
(bool) Will enable transient storage.
- 'true'
Source #
Changelog #
Version | Description |
---|---|
3.4.0 | Set to true as default to disable transients. |
2.3.3 | Introduced. Initial value false . |