Browse: Home / Hooks /

learndash_object_cache_enabled

apply_filters( 'learndash_object_cache_enabled',  boolean $cache_enabled,  string $transient_key )

Filters whether the object cache is enabled.


Description #


Parameters #

$cache_enabled

(boolean) Whether the object cache is enabled.

$transient_key

(string) Transient Key.


Source #

File: includes/class-ldlms-transients.php


Changelog #

Changelog
Version Description
3.4.1 Introduced.