WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_safe_redirect_fallback

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1522 /**
* Filters the redirect fallback URL for when the provided redirect is not safe (local).
*
* @since 4.3.0
*
* @param string $fallback_url The fallback URL to use by default.
* @param int $status The HTTP response status code to use.
*/

Hook Parameters

Parameter Type Name Description
string $fallback_url The fallback URL to use by default.
int $status The HTTP response status code to use.