enable_loading_advanced_cache_dropin WordPress Filter Hook

This hook is used to enable the loading of the advanced cache dropin. This is useful for sites that need to use the advanced cache dropin but don't want to include it in their codebase.

apply_filters( 'enable_loading_advanced_cache_dropin', bool $enable_advanced_cache ) #

Filters whether to enable loading of the advanced-cache.php drop-in.


Description

This filter runs before it can be used by plugins. It is designed for non-web run-times. If false is returned, advanced-cache.php will never be loaded.


Top ↑

Parameters

$enable_advanced_cache

(bool)Whether to enable loading advanced-cache.php (if present). Default true.


Top ↑

Source

File: wp-settings.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
4.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.