apply_filters( 'wp_redirect', string $location , int $status )
Filters the redirect location.
Description Description
Parameters Parameters
- $location
-
(string) The path or URL to redirect to.
- $status
-
(int) The HTTP response status code to use.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |