apply_filters( 'wp_headers', array $headers , WP $this )
Filters the HTTP headers before they’re sent to the browser.
Parameters
- $headers
-
The list of headers to be sent.
- $this
-
Current ClassicPress environment instance.
Source
File: wp-includes/class-wp.php
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |