Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
59 views
in Q2A Core by

How can I reject the bulk user?

It is very difficult and tiring to reject one by one, how can I cancel it all together?

Q2A version: 1.8.8

1 Answer

0 votes
by

The User Manager plugin allows for bulk deletion of users. However, I seem to recall somebody mentioning that the plugin has a problem with PHP 8, so you need to check that.

Alternatively you could write a custom PHP script for removing users. See here for an example (needs to be adjusted to your specific requirements).

...