bp_members_invitations_invite_user( array|string $args = array() )
Invite a user to a BP community.
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments.
- 'invitee_email'
(int) Email address of the user being invited. - 'network_id'
(int) ID of the network to which the user is being invited. - 'inviter_id'
(int) Optional. ID of the inviting user. Default: ID of the logged-in user. - 'date_modified'
(string) Optional. Modified date for the invitation. Default: current date/time. - 'content'
(string) Optional. Message to invitee. - 'send_invite'
(bool) Optional. Whether the invitation should be sent now. Default: false.
Default value: array()
- 'invitee_email'
Return Return
(bool) True on success, false on failure.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |