do_action( 'groups_update_group', int $id , BP_Groups_Group $group )
Fires after the update of a group.
Parameters Parameters
- $id
-
(int) ID of the updated group.
- $group
-
(BP_Groups_Group) Instance of the group being updated.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |