Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Check if an user is or not a group_member :

I have it, now !
`global $bp, $members_template;

if ( bp_get_total_group_count_for_user( $members_template->member->id ) > 0 )
return true; else return false;`

Thanks for both of you, @djpaul and @sbrajesh :-).

Skip to toolbar