hmmm … meanwhile I tried to figure the file you suggested; Under the theme files, I foud the “function.php” – file (screenshot: https://ibb.co/YDw7LN5). But there’s no buddypress menu, where I could add this code snipped. Maybe I’m totally wrong here! Please, could you be more precise, so I could follow your advise?
Hi Venutius, thank you for your reply! I meant the file, inside the buddypress files directory (screenshot: https://ibb.co/bgFfSgr).
About you’re saying:
Also I’d load it in the action hook ‘bp_setup_nav’, not ‘wp’.
Did you mean changing the line add_action( 'wp', 'groups_subnav_hook', 2 );
to add_action( 'bp', 'groups_subnav_hook', 2 ); ?