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



allowed_redirect_hosts › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'allowed_redirect_hosts', array( $wpp['host'] )
Parameter: (2)
  • (string[]) $hosts An array of allowed host names.
    Erforderlich: Ja
  • (string) $host The host name of the redirect destination; empty string if not set.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of allowed hosts to redirect to.





Quellcode

$allowed_hosts = (array) apply_filters( 'allowed_redirect_hosts', array( $wpp['host'] ), isset( $lp['host'] ) ? $lp['host'] : '' );