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 run-times. If false is returned, object-cache.php will never be loaded.

Parameters

$enable_object_cache

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

Source

File: wp-includes/load.php

View on Trac

Changelog

Version Description
5.8.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/enable_loading_object_cache_dropin