admin_menu

Fires before the administration menu loads in the admin.

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.

do_action( ‘admin_menu’, string $context )

Last updated