apply_filters( 'bp_get_group_reject_invite_link', string $value , object $group )
Filters the URL for rejecting an invitation to a group.
Parameters Parameters
- $value
-
(string) URL for rejecting an invitation to a group.
- $group
-
(object) Group object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $group parameter. |
1.0.0 | Introduced. |