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.
Description Description
Parameters Parameters
- $value
-
Whether there are requests to display.
- $invites_template
-
Object holding the invites query results.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |