Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp group API function to fetch a group by id outside of group context?

@boonebgorges

Keymaster

Try this:
`$group = new BP_Groups_Group( $group_id );`

$group will then be an object containing the group name and a few other pieces of info. You’ll need to use bp_core_fetch_avatar() to get the avatar.

Skip to toolbar