apply_filters( 'status_header', string $status_header , int $code , string $description , string $protocol )
Filters an HTTP status header.
Parameters
- $status_header
-
HTTP status header.
- $code
-
HTTP status code.
- $description
-
Description for the status code.
- $protocol
-
Server protocol.
Source
Changelog
Version | Description |
---|---|
WP-2.2.0 | Introduced. |