How to manage wordpress comments using php mysql
Posted on May 8, 2014 Posted Under Wordpress
Comments Off on How to manage wordpress comments using php mysql
Here is way to manage your wordpress comments using php mysql queries. Some things to note Don’t forget to do a backup of your database before testing any of the queries below. Don’t forget to change the default table prefix wp_ by the one used by your database. Delete all spam comments When you have over 100,000 […]