adminmenu WordPress Action Hook
The adminmenu hook allows you to add custom menus to the WordPress admin panel. This hook is fired before the default menus are added, so you can use it to add your own custom menus.
do_action( 'adminmenu' ) #
Fires after the admin menu has been output.