do_action( 'groups_invite_user', array $r , int|bool $created )
Fires after the creation of a new group invite.
Description Description
Parameters Parameters
- $r
-
Array of parsed arguments for the group invite.
- $created
-
The ID of the invitation or false if it couldn't be created.
Source Source
File: bp-groups/bp-groups-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |