WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_redirect_status

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1387 /**
* Filters the redirect HTTP response status code to use.
*
* @since 2.3.0
*
* @param int $status The HTTP response status code to use.
* @param string $location The path or URL to redirect to.
*/

Hook Parameters

Parameter Type Name Description
int $status The HTTP response status code to use.
string $location The path or URL to redirect to.