apply_filters( 'bp_get_group_status', string $status , object $group )
Filters the status of the current group in the loop.
Parameters Parameters
- $status
-
(string) Status of the current group in the loop.
- $group
-
(object) Group object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $group parameter. |
1.0.0 | Introduced. |