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
-
Membership level needed to send an invite.
- $group_id
-
ID of the group whose status is being checked.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |