Run the below query if you wish to bulk delete all the pending comments in wordpress. To run the query select SQL, paste the query and click GO. DELETE from wp_comments WHERE comment_approved = ‘0’ Run the following query if you wish to bulk delete all approved comments in wordpress DELETE from wp_comments WHERE comment_approved Full Article…
Viewing 1 to 3 of 3 items
Delete WooCommerce comments type ‘Order Notes’
Run the following query on the database in PHPMyAdmin:
Mass Delete Pending Comments from WordPress
Run the Following SQL command on your database DELETE FROM wp_comments WHERE comment_approved = ‘0’