Description
Filters the redirect location.
Occurrences
Filename | Line Number |
---|---|
wp-includes/pluggable.php | 1396 |
Parameters
Type | Name | Description |
---|---|---|
string | $location | The path or URL to redirect to. |
int | $status | The HTTP response status code to use. |
PHP Doc
/**
* Filters the redirect location.
*
* @since 2.1.0
*
* @param string $location The path or URL to redirect to.
* @param int $status The HTTP response status code to use.
*/