apply_filters( 'bp_group_is_invited', bool $is_invited, object $group )

Filters whether current user has an outstanding invite to current group in loop.


Parameters Parameters

$is_invited

(bool) If user has an outstanding group invite.

$group

(object) Group object.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Added the $group parameter.
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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