How to hide buddypress admin menus?
You can hide the default buddypress menu bar using the trick mentioned here:
1) Open your wp-config.php file
2) Add this like to it:
define( ‘BP_DISABLE_ADMIN_BAR’, true );
3) Save it and upload it to your site.
This will hide the menu bar from the site as well as from admin panel.
Popularity: 1%
