Filter hook 'nocache_headers'

in WP Core File wp-includes/functions.php at line 1514

Description

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

Occurrences

Filename Line Number
wp-includes/functions.php 1514

Parameters

Type Name Description
array $headers Header names and field values.

PHP Doc

/**
		 * Filters the cache-controlling HTTP headers that are used to prevent caching.
		 *
		 * @since 2.8.0
		 *
		 * @see wp_get_nocache_headers()
		 *
		 * @param array $headers Header names and field values.
		 */