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