• Resolved dappelman

    (@dappelman)


    I’m trying to delete a user from a group with:

    Groups_User_Group::delete( array( 'user_id' => $user_id, 'group_id' => $group_id ) );

    But, this doesn’t seem to be doing anything. I didn’t see an example in the documentation and was wondering if someone could point me in the right direction.

    • This topic was modified 2 years, 7 months ago by dappelman.
Viewing 1 replies (of 1 total)
  • Thread Starter dappelman

    (@dappelman)

    Nevermind! Issue solved:

    Groups_User_Group::delete($user_id, $group_id);

    Doesn’t accept an array I guess.

Viewing 1 replies (of 1 total)
  • The topic ‘Delete user from group’ is closed to new replies.