WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Action Reference/ user admin menu

This action could be used to modify the menu in the user admin panel. It runs before the basic user admin panel menu structure is complete. It is more usual to use the admin_menu action to modify the menu after it is complete.

Usage

<?php add_action('_user_admin_menu', 'function_name'); ?>

where "function_name" is the name of the function to be called.