Skip to:
Content
Pages
Categories
Search
Top
Bottom

buddypress profile dropdown menu customization


  • agizzie
    Participant

    @agizzie

    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

Viewing 1 replies (of 1 total)

  • agizzie
    Participant

    @agizzie

    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' );
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar