W3cubDocs

/WordPress

redirect_this_site( array|string $deprecated = ): string[]

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

Description

See also

Parameters

$deprecatedarray|stringoptional
Not used.

Default:''

Return

string[] An array containing the current site’s domain.
  • 0 string
    The current site’s domain.

Source

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

Changelog

Version Description
MU (3.0.0) Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/redirect_this_site