apply_filters( 'x_redirect_by', string $x_redirect_by , int $status , string $location )
Filters the X-Redirect-By header.
Description Description
Allows applications to identify themselves when they’re doing a redirect.
Parameters Parameters
- $x_redirect_by
-
(string) The application doing the redirect.
- $status
-
(int) Status code to use.
- $location
-
(string) The path to redirect to.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
a word of caution: it SHOULD return a string.
If you don’t return a string .. the header will not be shown
This can be seen in the pluggable.php wp_redirect function