apply_filters( 'learndash_bypass_cache', bool $bypass_cache , string $transient_key )
Filters whether the to bypass cache.
Description Description
Parameters Parameters
- $bypass_cache
-
Whether to bypass the existing cache.
- $transient_key
-
Transient Key.
Return Return
(bool) true to skip cache. False to use cache.
Source Source
File: includes/class-ldlms-transients.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.1 | Introduced. |