do_action( 'bp_members_invitations_invite_user', array $r , int|bool $created )
Fires after the creation of a new network invite.
Parameters Parameters
- $r
-
(array) Array of parsed arguments for the network invite.
- $created
-
(int|bool) The ID of the invitation or false if it couldn't be created.
Source Source
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |