apply_filters( 'bp_groups_user_can_send_invites', bool $can_send_invites , int $group_id , bool $invite_status , int $user_id )
Filters whether a user can send invites in a group.
Description Description
Parameters Parameters
- $can_send_invites
-
Whether the user can send invites
- $group_id
-
The group ID being checked
- $invite_status
-
The group's current invite status
- $user_id
-
The user ID being checked
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Added the $user_id parameter. |
1.5.0 | Introduced. |