define( 'LEARNDASH_TRANSIENT_CACHE_STORAGE', string $value )
Define LearnDash LMS – Controls Resource transient cache storage used.
Contents
Description #
This is used for Data Upgrades, Reports, and other processing.
Parameters #
- $value
-
(string) (Required) Only one of the following values.
- 'options'
(string) Will use the wp_options table. Default. - 'file'
(string) Will save cache data in file withinwp-content/uploads/learndash/reports/.
- 'options'
Source #
Changelog #
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |