wpmu_menu()
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() wpmu menu code WP 6.8
function wpmu_menu() { _deprecated_function( __FUNCTION__, '3.0.0' ); // Deprecated. See #11763. }