Add BuddyPress Create Group Button to User Profile Groups Page Navigation
I have seen too many people asking for it. Do you want to add a Create Group sub nav under your BuddyPresss Profile Group page? If yes, here goes the code. /** * Add Create Group sub nav to User Profile->Groups screen */ function buddydev_custom_add_create_group_tab_to_profile_nav() { if ( ! bp_is_my_profile() ) { return; } $slug …