do_action( 'groups_send_invites', int $group_id , array $invited_users , int $user_id )
Fires after the sending of invites for a group.
Description Description
Parameters Parameters
- $group_id
-
ID of the group who's being invited to.
- $invited_users
-
Array of users being invited to the group.
- $user_id
-
ID of the inviting user.
Source Source
File: bp-groups/bp-groups-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added $user_id to passed parameters. |
1.0.0 | Introduced. |