W3cubDocs

/WordPress

wpmu_current_site(): WP_Network

This deprecated function managed much of the site and network loading in multisite.

Description

The current bootstrap code is now responsible for parsing the site and network load as well as setting the global $current_site object.

Return

WP_Network

Source

function wpmu_current_site() {
	global $current_site;
	_deprecated_function( __FUNCTION__, '3.9.0' );
	return $current_site;
}

Changelog

Version Description
3.9.0 This function has been deprecated.
3.0.0 Introduced.

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