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



redirect_this_site › WordPress Function

Seit
Veraltetn/v
redirect_this_site ( $deprecated = '' )
Parameter:
  • (array|string) $deprecated Not used.
    Erforderlich: Nein
    Standard: (leer)
Siehe:
Gibt zurück:
  • (string[]) { An array containing the current site's domain. @type string $0 The current site's domain. }
Definiert in:
Codex:
Changelog:
  • MU

Ensures that the current site's domain is listed in the allowed redirect host list.



Quellcode

function redirect_this_site( $deprecated = '' ) {
	return array( get_network()->domain );
}