I want to use loggined user profile navigation menu (with subnav) in my sidebar in every page across site (including buddypress and no-buddypress pages).
I have tested the following:
1. bp_nav_menu(): Displays the navigation with the new html way and the subnav, but when I’m in another user profile it displays the navigation menu of that user and not the loggedin user.
2. bp_get_loggedin_user_nav(): Displays the navigation without subnav.
How can I use loggined user profile navigation menu with subnav in my sidebar in every page across site.