function hook_user_menu_links_alter

This hook allows you to alter the links which appear under the user menu pulldown, in the top-right of the screen.

File

includes/hook.api.php, line 49
Lists all available hooks within FlightPath's core code.

Code

function hook_user_menu_links_alter(&$links) {
}