user_admin_menu WordPress Action Hook
The user_admin_menu hook is used to add custom menus to the WordPress admin panel. This hook can be used to add new menus, or to modify existing menus.
do_action( 'user_admin_menu', string $context ) #
Fires before the administration menu loads in the User Admin.
Contents
Parameters
- $context
(string)Empty context.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |