do_action( 'groups_send_invites', int $group_id, array $invited_users, int $user_id )

Fires after the sending of invites for a group.


Parameters Parameters

$group_id

(int) ID of the group who's being invited to.

$invited_users

(array) Array of users being invited to the group.

$user_id

(int) ID of the inviting user.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Added $user_id to passed parameters.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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