enable_loading_object_cache_dropin

enable_loading_object_cache_dropin

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('enable_loading_object_cache_dropin') is found 1 times:

  • /wp-includes/load.php line 813
    	 *
    	 * @param bool $enable_object_cache Whether to enable loading object-cache.php (if present).
    	 *                                  Default true.
    	 */
    	if ( $first_init && apply_filters( 'enable_loading_object_cache_dropin', true ) ) {
    		if ( ! function_exists( 'wp_cache_init' ) ) {
    			/*
    			 * This is the normal situation. First-run of this function. No
    			 * caching backend has been loaded.
    			 *
    			 * We try to load a custom caching backend, and then, if it