Ensures that the current site’s domain is listed in the allowed redirect host list.
Description
See also
Parameters
$deprecated
array|stringoptional- Not used.
Default:
''
Source
function redirect_this_site( $deprecated = '' ) {
return array( get_network()->domain );
}
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.