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.


Top ↑

Return Return

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


Top ↑

Source Source

File: includes/class-ldlms-transients.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.