Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How can I get a group ID that displayed user is joining?

@r-a-y

Keymaster

Depending on the context you’re using this in, this might not work correctly but try:
bp_get_group_id()

or:

global $bp;
$bp->groups->current_group->id;

Skip to toolbar