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