wpmu_menu()WP 1.0

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

Outputs the WPMU menu.

No Hooks.

Returns

null. Nothing (null).

Usage

wpmu_menu();

Changelog

Deprecated since 3.0.0

wpmu_menu() code WP 6.9.1

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