do_action( 'groups_reject_invite', int $user_id, int $group_id, int $inviter_id )

Fires after a user rejects a group invitation.


Description Description


Parameters Parameters

$user_id

ID of the user rejecting the invite.

$group_id

ID of the group being rejected.

$inviter_id

ID of the inviter.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 The $inviter_id arg was added.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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