Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
665 views
in Q2A Core by
I need to bulk delete users, and thus need the mysql code to do such a thing. How would I proceed?
Q2A version: 1.6.1

1 Answer

+1 vote
by

Use qa_delete_user(...) in qa-app-users-edit.php which will take care of everything for you.

...