Description
Filters an HTTP status header.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 1474 |
Parameters
Type | Name | Description |
---|---|---|
string | $status_header | HTTP status header. |
int | $code | HTTP status code. |
string | $description | Description for the status code. |
string | $protocol | Server protocol. |
PHP Doc
/**
* Filters an HTTP status header.
*
* @since 2.2.0
*
* @param string $status_header HTTP status header.
* @param int $code HTTP status code.
* @param string $description Description for the status code.
* @param string $protocol Server protocol.
*/