Browse: Home / Hooks /

learndash_bypass_cache

apply_filters( 'learndash_bypass_cache',  bool $bypass_cache,  string $transient_key )

Filters whether the to bypass cache.


Description #


Parameters #

$bypass_cache

(bool) Whether to bypass the existing cache.

$transient_key

(string) Transient Key.


Return #

(bool) true to skip cache. False to use cache.


Source #

File: includes/class-ldlms-transients.php


Changelog #

Changelog
Version Description
3.4.1 Introduced.