apply_filters( 'bp_has_members_invitations', bool $value , BP_Notifications_Template $query_loop , array $r )
Filters whether or not the user has network invitations to display.
Description Description
Parameters Parameters
- $value
-
Whether or not there are network invitations to display.
- $query_loop
-
BP_Members_Invitations_Template object instance.
- $r
-
Array of arguments passed into the BP_Members_Invitations_Template class.
Source Source
File: bp-members/bp-members-template.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |