WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about x_redirect_by

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1414 /**
* Filters the X-Redirect-By header.
*
* Allows applications to identify themselves when they're doing a redirect.
*
* @since 5.1.0
*
* @param string $x_redirect_by The application doing the redirect.
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/

Hook Parameters

Parameter Type Name Description
string $x_redirect_by The application doing the redirect.
int $status Status code to use.
string $location The path to redirect to.