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

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.2.0 Introduced.