apply_filters( ‘site_status_page_cache_supported_cache_headers’, array $cache_headers )

In this article

Filters the list of cache headers supported by core.

Parameters

$cache_headersarray
Array of supported cache headers.

Source

return apply_filters( 'site_status_page_cache_supported_cache_headers', $cache_headers );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.