do_action( 'bp_rest_group_multiple_invites_create_item', array $users , WP_User $inviter , BP_Groups_Group $group , WP_REST_Response $response , WP_REST_Request $request , array $invited )
Fires after a member is invited to a group via the REST API.
Description
Parameters
- $users
-
The invited user.
- $inviter
-
The inviter user.
- $group
-
The group object.
- $response
-
The response data.
- $request
-
The request sent to the API.
- $invited
-
The invitation object.
Source
File: bp-groups/classes/class-bp-rest-group-invites-endpoint.php
Changelog
Version | Description |
---|---|
0.1.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.