apply_filters( ‘status_header’, string $status_header, int $code, string $description, string $protocol )

In this article

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

$status_header = apply_filters( 'status_header', $status_header, $code, $description, $protocol );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.