do_action( 'user_admin_menu', string $context )

Fires before the administration menu loads in the User Admin.


Parameters

$context string
Empty context.

Top ↑

Source

File: wp-admin/includes/menu.php. View all references

do_action( 'user_admin_menu', '' );

Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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