do_action( 'groups_details_updated', int $value , BP_Groups_Group $old_group , bool $notify_members )
Fired after a group’s details are updated.
Parameters Parameters
- $value
-
(int) ID of the group.
- $old_group
-
(BP_Groups_Group) Group object, before being modified.
- $notify_members
-
(bool) Whether to send an email notification to members about the change.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |