do_action( 'groups_created_group', int $id , BP_Groups_Group $group )
Fires after the creation or update of a group.
Parameters Parameters
- $id
-
(int) ID of the newly created group.
- $group
-
(BP_Groups_Group) Instance of the group being updated.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |