apply_filters( 'bp_has_groups', bool $value , BP_Groups_Template $groups_template , array $r )
Filters whether or not there are groups to iterate over for the groups loop.
Parameters Parameters
- $value
-
(bool) Whether or not there are groups to iterate over.
- $groups_template
-
(BP_Groups_Template) BP_Groups_Template object based on parsed arguments.
- $r
-
(array) Array of parsed arguments for the query.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |