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

File: bp-groups/bp-groups-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.