Browse: Home / Constants /

LEARNDASH_REPORT_TRANSIENT_STORAGE

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.


Description #


Parameters #

$value

(string|bool) (Required) Only one of the following values.

  • 'false'
    (bool) Default as of 3.5.0.
  • ''options''
    (string) Will use the wp_options table.
  • ''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 Use 'LEARNDASH_TRANSIENT_CACHE_STORAGE' instead.
3.4.1 Introduced. This constant has been deprecated. Use {@see 'LEARNDASH_TRANSIENT_CACHE_STORAGE'} instead.