apply_filters( 'bp_group_get_invite_status', string $invite_status , int $group_id )
Filters the invite status of a group.
Description Description
Invite status in this case means who from the group can send invites.
Parameters Parameters
- $invite_status
-
(string) Membership level needed to send an invite.
- $group_id
-
(int) ID of the group whose status is being checked.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |