site_status_page_cache_supported_cache_headers, $cache_headers
site_status_page_cache_supported_cache_headers, $cache_headers
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('site_status_page_cache_supported_cache_headers, $cache_headers') is found 1 times:
- /wp-admin/includes/class-wp-site-health.php line 3595
* indicates caching in the presence of the header; a callback is * provided the header’s value and should return `true` if it * implies that a cache is active. */ return (array) apply_filters( 'site_status_page_cache_supported_cache_headers', $cache_headers ); } /** * Checks if site has page cache enabled or not. * * @since 6.1.0