site_status_should_suggest_persistent_object_cache, null
site_status_should_suggest_persistent_object_cache, null
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('site_status_should_suggest_persistent_object_cache, null') is found 1 times:
- /wp-admin/includes/class-wp-site-health.php line 3768
* * @param bool|null $suggest Boolean to short-circuit, for whether to suggest using a persistent object cache. * Default null. */ $short_circuit = apply_filters( 'site_status_should_suggest_persistent_object_cache', null ); if ( is_bool( $short_circuit ) ) { return $short_circuit; } if ( is_multisite() ) { return true;