apply_filters( "nocache_headers", array $headers )

Filters the cache-controlling HTTP headers that are used to prevent caching.

Description

See also

wp_get_nocache_headers()

Parameters

$headers

array

Header names and field values.

Source

File: wp-includes/functions.php.

View all references

$headers = (array) apply_filters( "nocache_headers", $headers );

Leave a Reply

Your email address will not be published. Required fields are marked *