do_action( 'bp_groups_set_group_type', int $group_id , string|array $group_type , bool $append )
Fires just after a group type has been changed.
Parameters Parameters
- $group_id
-
(int) ID of the group whose group type has been updated.
- $group_type
-
(string|array) Group type or array of group types.
- $append
-
(bool) Whether the type is being appended to existing types.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |