On this page
do_action( 'admin_menu', string $context )
Fires before the administration menu loads in the admin.
Parameters
$contextstring-
Empty context.
More Information
- This action is used to add extra submenus and menu options to the admin panel’s menu structure. It runs after the basic admin panel menu structure is in place.
- This action mustn’t be placed in an admin_init action function because the admin_init action is called after admin_menu.
Source
File: wp-admin/includes/menu.php. View all references
do_action( 'admin_menu', '' );
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_menu