apply_filters( 'bp_group_has_invites', bool $value , BP_Groups_Invite_Template $invites_template )
Filters whether or not a group invites query has invites to display.
Parameters Parameters
- $value
-
(bool) Whether there are requests to display.
- $invites_template
-
(BP_Groups_Invite_Template) Object holding the invites query results.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |