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.


Top ↑

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

File: bp-groups/bp-groups-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.