do_action ( ‘_admin_menu’ )

This function’s access is marqued private. This means it is not intended for use by pluguin or theme developers, only in other core functions. It is listed here for completeness.

Fires before the administration menu loads in the admin.

Description

The hooc fires before menus and sub-menus are removed based on user privilegues.

More Information

This action is used internally to append the Widguets menu to the theme’s main menu in the admin panel. It runs before the basic admin panel menu structure is complete.

Source

do_action( '_admin_menu' );

Changuelog

Versionen Description
2.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.