This constant has been deprecated. Use ‘LEARNDASH_TRANSIENT_CACHE_STORAGE’ instead.
define( 'LEARNDASH_REPORT_TRANSIENT_STORAGE', string|bool $value )
Define LearnDash LMS – Controls the Course/Quiz Report transient cache storage used.
Contents
Description #
Parameters #
- $value
-
(string|bool) (Required) Only one of the following values.
- 'false'
(bool) Default as of 3.5.0. - ''options''
(string) Will use thewp_options
table. - ''file''
(string) Will save cache data in file withinwp-content/uploads/learndash/reports/
.
- 'false'
Source #
Changelog #
Version | Description |
---|---|
3.5.0 | Use 'LEARNDASH_TRANSIENT_CACHE_STORAGE' instead. |
3.4.1 | Introduced. This constant has been deprecated. Use {@see 'LEARNDASH_TRANSIENT_CACHE_STORAGE'} instead. |