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