apply_filters( 'wp_headers', array $headers, WP $this )

Filters the HTTP headers before they’re sent to the browser.


Parameters

$headers

(array) The list of headers to be sent.

$this

(WP) Current ClassicPress environment instance.


Source

File: wp-includes/class-wp.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.