Remove menu tabs from BuddyPress Member Page
- 
		
I am trying to remove some tabs from Member page.
(I found how to remove sub items – I was hoping for something similar)
This What I use to hide sub-nav item:function bp_remove_nav_item() { global $bp; bp_core_remove_subnav_item( $bp->profile->slug, 'change-avatar' ); } add_action( 'wp', 'bp_remove_nav_item' ); 
Viewing 2 replies - 1 through 2 (of 2 total)
	
Viewing 2 replies - 1 through 2 (of 2 total)
	
- The topic ‘Remove menu tabs from BuddyPress Member Page’ is closed to new replies.