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).


Description Description


Parameters Parameters

$fallback_url

(string) The fallback URL to use by default.

$status

(int) The HTTP response status code to use.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.