Action hook '_admin_menu'

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

Description

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

Occurrences

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

PHP Doc

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