Fires before the administration menu loads in the User Admin.
$contextstringwp-admin/includes/menu.php:151file scope * Fires before the administration menu loads in the User Admin. * * @since 3.1.0 * * @param string $context Empty context. */ do_action( 'user_admin_menu', '' );} else { /** * Fires before the administration menu loads in the admin. * * @since 1.5.0Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.