enable_loading_object_cache_dropin WordPress Filter Hook

The enable_loading_object_cache_dropin hook is used to load the object cache drop-in. This hook is used to load the object cache drop-in. This drop-in provides an interface for the WordPress Object Cache.

apply_filters( 'enable_loading_object_cache_dropin', bool $enable_object_cache ) #

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


Description

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


Top ↑

Parameters

$enable_object_cache

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


Top ↑

Source

File: wp-includes/load.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.8.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.