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()


Top ↑

Return Return

(bool) True on success, false on failure.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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