wpseek.com
WordPress开发者和主题制作者的搜索引擎



site_status_should_suggest_persistent_object_cache › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'site_status_should_suggest_persistent_object_cache', null )
参数:
  • (bool|null) $suggest Boolean to short-circuit, for whether to suggest using a persistent object cache. Default null.
    Required: Yes
定义在:
文档:

Filters whether to suggest use of a persistent object cache and bypass default threshold checks.

Using this filter allows to override the default logic, effectively short-circuiting the method.





源码

$short_circuit = apply_filters( 'site_status_should_suggest_persistent_object_cache', null );