Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Detecting if user is Moderator and other template tags

to get a list of groups which a member is a moderator/admin of try:

`
BP_Groups_Member::get_is_admin_of( $user_id )
`
and
`
BP_Groups_Member::get_is_mod_of( $user_id )
`

(returns an array with groups and total)

Skip to toolbar