apply_filters( 'wp_safe_redirect_fallback', string $fallback_url , int $status )
Filters the redirect fallback URL for when the provided redirect is not safe (local).
Parameters
- $fallback_url
-
The fallback URL to use by default.
- $status
-
The HTTP response status code to use.
Source
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |