wordpress / latest / hooks / site_status_page_cache_supported_cache_headers.html

apply_filters( 'site_status_page_cache_supported_cache_headers', array $cache_headers )

Filters the list of cache headers supported by core.

Parameters

$cache_headers array
Array of supported cache headers.

Source

File: wp-admin/includes/class-wp-site-health.php. View all references

return apply_filters( 'site_status_page_cache_supported_cache_headers', $cache_headers );

Used By

Used By Description

Changelog

Version Description
6.1.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/site_status_page_cache_supported_cache_headers