enable_loading_object_cache_dropin

最后更新于:2021-11-26 09:14:46

apply_filters( ‘enable_loading_object_cache_dropin’, bool $enable_object_cache )

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

参数

$enable_object_cache

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

源文件

文件: gc-includes/load.php

View on Trac