Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: disable my blogs on the admin bar and the profile page


Roger Coathup
Participant

@rogercoathup

To remove from the admin menu, add something like this to your functions.php:

if ( bp_core_is_multisite() )
remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6 );

Skip to toolbar