apply_filters( 'x_redirect_by', string $x_redirect_by, int $status, string $location )

Filters the X-Redirect-By header.


Description

Allows applications to identify themselves when they’re doing a redirect.


Parameters

$x_redirect_by

(string) The application doing the redirect.

$status

(int) Status code to use.

$location

(string) The path to redirect to.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
5.1.0 Introduced.