过滤缓存控制标头。
原型
apply_filters( 'nocache_headers', array $headers )
参数
$headers
(array)
标题名称和字段值。 ‘Expires’(字符串)Expires标头。 ‘Cache-Control’(字符串)Cache-Control标头。
源文件
路径:“
其他
英文文档:https://developer.wordpress.org/reference/hooks/nocache_headers/
过滤缓存控制标头。
apply_filters( 'nocache_headers', array $headers )
$headers
(array)
标题名称和字段值。 ‘Expires’(字符串)Expires标头。 ‘Cache-Control’(字符串)Cache-Control标头。
路径:“
英文文档:https://developer.wordpress.org/reference/hooks/nocache_headers/
请在后台设置小工具!