WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about status_header

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 1467 /**
* 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.
*/

Hook Parameters

Parameter 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.