BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 2
    George on #53209

    Hi Brajesh.

    Yeah, I want to remove it from the group creation and also from the Manage settings, just like how you showed with the group settings.

    Doing this is not working:

    add_filter( 'groups_create_group_steps', function ( $steps ) {
    	unset( $steps['forum'] );
    	return $steps;
    } );
  • Participant
    Level: Initiated
    Posts: 2
    George on #53203

    Hello, that was helpful, thank you!

    Is there a way to do the same for the bbPress “Forum” tab? I have looked everywhere but can’t get it to work!