@agizzie
4 years, 1 month ago
Buddypress 2.6, wordpress 5.5.1
I’ve re-named groups to teams on all menus but I can’t work out how to rename it on the profile dropdown menu, (the menu that drops down when clicking on profile picture – top right of screen). Any suggestions? Thanks
here is what I’ve tried…
//rename notifications (drop down) profile menu list function bpcodex_rename_notifications_nav_items() { buddypress()->members->nav->edit_nav( array( 'name' => __( 'Teams' ) ), 'groups' ); } add_action( 'bp_actions', 'bpcodex_rename_notifications_nav_items' );