nocache_headers

最后更新于:2021-11-27 11:07:34

apply_filters( ‘nocache_headers’, array $headers )

Filters the cache-controlling headers.

参数

$headers

(array)
Header names and field values.

  • ‘Expires’
    (string) Expires header.
  • ‘Cache-Control’
    (string) Cache-Control header.

源文件

文件: gc-includes/functions.php

View on Trac