wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



redirect_this_site › WordPress Function

Od
Przestarzałyn/a
redirect_this_site ( $deprecated = '' )
Parametry:
  • (array|string) $deprecated Not used.
    Wymagane: Nie
    Domyślny: (puste)
Zobacz:
Powrót:
  • (string[]) { An array containing the current site's domain. @type string $0 The current site's domain. }
Zdefiniowane na:
Codex:
Dziennik zmian:
  • MU

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



Źródło

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