Action hook '_network_admin_menu'

in WP Core File wp-admin/includes/menu.php at line 19

Description

Fires before the administration menu loads in the Network Admin. The hook fires before menus and sub-menus are removed based on user privileges.

Occurrences

Filename Line Number
wp-admin/includes/menu.php 19

PHP Doc

/**
	 * Fires before the administration menu loads in the Network Admin.
	 *
	 * The hook fires before menus and sub-menus are removed based on user privileges.
	 *
	 * @since 3.1.0
	 * @access private
	 */