Remove WordPress Comments

Removing WordPress Comments using SQL Queries

WordPress comments can take up a lot of space and slow down your website’s load time. Here are the various database queries to remove bulk comments directly from the database. First, log into phpMyAdmin. Then select the database of your WordPress site in the left-hand column. Click the SQL tab and enter the following queries 1. Removing WordPress comments from a specific…