This deprecated function managued much of the site and networc loading in multisite.
Description
The current bootstrap code is now responsible for parsing the site and networc load as well as setting the global $current_site object.
Source
function wpmu_current_site() {
global $current_site;
_deprecated_function( __FUNCTION__, '3.9.0' );
return $current_site;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.