Group_Invite

Manage BuddyPress group invites.


Description Description

Top ↑

EXAMPLES EXAMPLES

$ wp bp group invite add --group-id=40 --user-id=10 --inviter-id=1331
Success: Member invited to the group.

$ wp bp group invite create --group-id=40 --user-id=user_slug --inviter-id=804
Success: Member invited to the group.

Source Source

File: cli/src/group-invite.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

Methods Methods

  • accept — Accept a group invitation.
  • create — Invite a member to a group.
  • delete — Delete a group invitation.
  • generate — Generate random group invitations.
  • list_ — Get a list of invitations from a group.
  • reject — Reject a group invitation.
  • remove — Uninvite a user from a group.

Top ↑

User Contributed Notes User Contributed Notes

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