Warning: This function has been deprecated.

wpmu_menu() WordPress Function

The wpmu_menu() function is used to create a WordPress Multisite menu. This function allows you to create a top-level menu for your WordPress Multisite network.

wpmu_menu() #

Outputs the WPMU menu.


Source

File: wp-admin/includes/ms-deprecated.php

function wpmu_menu() {
	_deprecated_function( __FUNCTION__, '3.0.0' );
	// Deprecated. See #11763.
}


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.