Replies
Viewing 2 posts - 1 through 2 (of 2 total)
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; } );
Viewing 2 posts - 1 through 2 (of 2 total)