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

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


Description Description


Parameters Parameters

$is_invited

If user has an outstanding group invite.

$group

Group object.


Top ↑

Source Source

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


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.