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

File: classes/astra-common-functions.php

View on Trac


Changelog

Changelog
Version Description
4.8.9 Introduced.


User Contributed Notes

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