Remove ‘Send Invites’ from Members profile tab – only on group
- 
		
Hi,
I am looking to remove the ‘Send Invites’ tab from my Members view and only have it as a sub tab under Groups.
How do I remove it? I tried the below.
function startershut_remove_bp_nav() {
bp_core_remove_nav_item( ‘friends’ );
bp_core_remove_nav_item(‘send-invites’);}
But that has not worked.
Any thoughts.
Thanks
Troy 
Viewing 1 replies (of 1 total)
	
Viewing 1 replies (of 1 total)
	
- The topic ‘Remove ‘Send Invites’ from Members profile tab – only on group’ is closed to new replies.