Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp.php | apply_filters | 529 | /** * Filters the HTTP headers before they're sent to the browser. * * @since 2.8.0 * * @param string[] $headers Associative array of headers to be sent. * @param WP $wp Current WordPress environment instance. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $headers | Associative array of headers to be sent. |
WP | $wp | Current WordPress environment instance. |