Displayed user user-nicename in profile activity tab name
-
Hi how would I change the name of the buddypress activity tab to include the name of the displayed user? Just the activity tab, I have this code below:
////////////////////////////////////CHANGE MENU NAMES / POSITIONS ////////////////////////////// function mb_profile_menu_tabs(){ global $bp; //$bp->bp_nav['activity']['position'] = 14; $bp->bp_nav['activity']['name'] = 'Feed'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201); //////////////////////////////////// CODE END ///////////////////////////////////////////////////
The above code in functions changes the tab name to Feed but I’m trying to work out how to make the tab name: ‘displayed username’s Feed’
Has anyone had to do this before / got any pointers? I’d be so grateful, I’ve researched and tried various things but can’t seem to get it working
Thank you 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.