apply_filters( 'status_header', string $status_header, int $code, string $description, string $protocol )

Filters an HTTP status header.


Parameters

$status_header string
HTTP status header.
$code int
HTTP status code.
$description string
Description for the status code.
$protocol string
Server protocol.

Top ↑

Source

File: wp-includes/functions.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes

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