Fires before the administration menu loads in the User Admin.
Description
The hook fires before menus and sub-menus are removed based on user privileges.
Source
do_action( '_user_admin_menu' );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Fires before the administration menu loads in the User Admin.
The hook fires before menus and sub-menus are removed based on user privileges.
do_action( '_user_admin_menu' );
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.