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