apply_filters( 'bp_groups_get_group_type', string|array $type , int $group_id , bool $single )
Filters a groups’s group type(s).
Parameters Parameters
- $type
-
(string|array) Group type.
- $group_id
-
(int) ID of the group.
- $single
-
(bool) Whether to return a single type string, or an array.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |