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!