apply_filters( 'allowed_redirect_hosts', array $hosts, bool|string $host )

Filters the whitelist of hosts to redirect to.


Description


Parameters

$hosts

(array) An array of allowed hosts.

$host

(bool|string) The parsed host; empty if not isset.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.3.0 Introduced.