Delete user from group
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Delete user from group’ is closed to new replies.