wpmu_menu() – Outputs the WPMU menu.

You appear to be a bot. Output may be restricted

Description

Outputs the WPMU menu.

Usage

wpmu_menu();

Parameters

Returns

void

Source

File name: wordpress/wp-admin/includes/ms-deprecated.php
Lines:

1 to 4 of 4
function wpmu_menu() {
  _deprecated_function( wpmu_menu, '3.0.0' );
  // Deprecated. See #11763.
}
 

 View on GitHub View on Trac