wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_safe_redirect_fallback › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'wp_safe_redirect_fallback', admin_url()
Parameter: (2)
  • (string) $fallback_url The fallback URL to use by default.
    Erforderlich: Ja
  • (int) $status The HTTP response status code to use.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the redirect fallback URL for when the provided redirect is not safe (local).





Quellcode

$fallback_url = apply_filters( 'wp_safe_redirect_fallback', admin_url(), $status );