Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: check group name exist or not

Yaa I found the solution LIke below

while ( bp_groups() ) : bp_the_group();
if ( bp_group_is_forum_enabled() && 'public' == bp_get_group_status() && 'group_name' == bp_get_group_name() ) :

Skip to toolbar