WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about site_status_page_cache_supported_cache_headers

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-site-health.php apply_filters 3167 /**
* Filters the list of cache headers supported by core.
*
* @since 6.1.0
*
* @param array $cache_headers Array of supported cache headers.
*/

Hook Parameters

Parameter Type Name Description
array $cache_headers Array of supported cache headers.