redirect_this_site

Definition:
function redirect_this_site( $deprecated = '' ) {}

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

Parameters

  • $deprecated

Return values

returns:The current site’s domain

Source code

function redirect_this_site( $deprecated = '' ) {

	global $current_site;

	return array( $current_site->domain );

}

2647

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: