Browse: Home / Constants /

LEARNDASH_TRANSIENT_CACHE_STORAGE

define( 'LEARNDASH_TRANSIENT_CACHE_STORAGE',  string $value )

Define LearnDash LMS – Controls Resource transient cache storage used.


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 within wp-content/uploads/learndash/reports/.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.5.0 Introduced.