[ad_1]
I have been over 40,000 bots who have signed up on my website which I want to delete, however I can only delete a page at a time, is there a way to select all and delete that way, otherewise it would take me months to go through all the pages and delete them.
Here is a screenshot of how I am deleting them at the moment: [Here])
Thank you

Do it in the database using PHPMyAdmin –
Connect to your data base. Use the SQL command for delete (look online to not fuck it up), using a where selector that will select all bot in one shot. Done.
I’d suggest using “WP Cli” if you have any experiance in using command line