bp_members_invitations_delete_invites( intring $args = array() )

Delete a membership invitation.


Description Description


Parameters Parameters

$args

(Optional) Array of arguments.

  • 'id'
    (int|array) Id(s) of the invitation(s) to remove.
  • '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) ID of the inviting user.
  • 'accepted'
    (int) Whether the invitation has been accepted yet.
  • 'invite_sent'
    (int) Whether the invitation has been sent yet.

Default value: array()


Top ↑

Return Return

(bool) True if all were deleted.


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.