wpmu_menu()WP 1.0

Deprecated from version 3.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Outputs the WPMU menu.

No Hooks.

Return

null. Nothing (null).

Usage

wpmu_menu();

Changelog

Deprecated since 3.0.0

wpmu_menu() code WP 6.5.2

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