On this page
apply_filters( 'status_header', string $status_header, int $code, string $description, string $protocol )
Filters an HTTP status header.
Parameters
$status_headerstring-
HTTP status header.
$codeint-
HTTP status code.
$descriptionstring-
Description for the status code.
$protocolstring-
Server protocol.
Source
File: wp-includes/functions.php. View all references
$status_header = apply_filters( 'status_header', $status_header, $code, $description, $protocol );
Related
Used By
| Used By | Description |
|---|---|
| status_header() wp-includes/functions.php | Sets HTTP status header. |
Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/status_header