apply_filters( 'nocache_headers', array $headers )

Filters the cache-controlling headers.


Description

Top ↑

See also


Top ↑

Parameters

$headers array
Header names and field values.

Top ↑

Source

File: wp-includes/functions.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.