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