site_status_page_cache_supported_cache_headers

site_status_page_cache_supported_cache_headers

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-7.0

apply_filters('site_status_page_cache_supported_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