The BuddyPress Groups API makes it very easy to add functionality to groups. Sometimes, though, you need to do something where the API won’t help you, like reordering the position of tabs and setting a new default tab.
Have a look at the following function:
The first thing we need to do is declare the $bp global
To change the position of a tab we need to modify the bp_options_nav array. In this example we change the home tab position on a …
