Browse: Home / Constants /

LEARNDASH_OBJECT_CACHE_ENABLED

define( 'LEARNDASH_OBJECT_CACHE_ENABLED',  bool $value )

Define LearnDash LMS – Enabled support for object cache used for temporary storage.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will enable object storage support. Default.
  • 'false'
    (bool) Will disable object cache support.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.4.1 Introduced.