apply_filters( 'astra_get_options_nocache' )
Filter to bypass the cached Astra options.
Description
Example usage: add_filter( ‘astra_get_options_nocache’, ‘__return_true’ );
Return
(bool) Whether to bypass the cache. Default is false.
Source
Changelog
Version | Description |
---|---|
4.8.9 | Introduced. |