Hey there – I’ve searched all through the form here and google’d but still can’t figure it out.
I need to move the BP user menu (the one on the top right in the admin bar) to the WP admin menu (the one that runs vertically down the left – not the wp admin bar).
We’ve already got a custom Admin theme going and know how to add top level tabs to the WP admin menu but can’t find the appropriate hook.
I’ve been playing around with
`add_action( ‘admin_menu’, ‘bp_admin_bar_my_account_root()’ );`
but so far no luck.
Looked at the plugins but they only seem to modify the menu’s that we’re trying to move.