There’s two user menu’s, there’s the profile pages themselves – these are created and removed using the pfp functions bp_core_new_nav_item
and bp_core_remove_nav_item
.
Then there’s the WP Admin menu that drops down fron the top right hand side of the screen, these items are created and deleted by manipulating the $wp_admin_bar
global variable.
If you search these forums for any of those terms you should find examples of how these are used.
I want to remove a menu item from the WP Admin menu. That menu item is present in the user profile too where other items such as notifications and settings are present.