apply_filters( 'bp_get_group_is_public', bool $public , object $group )
Filters whether the current group in the loop is public.
Description Description
Parameters Parameters
- $public
-
True if the group is public.
- $group
-
Group object.
Source Source
File: buddypress/bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |