Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Get group_name from group_id when not on a group page?


Boris
Participant

@travel-junkie

Something like this will work as well:

`$group = new BP_Groups_Group( $group_id );
return $group->name;`

Skip to toolbar