What are WordPress pending comments and how to clean them?

What are WordPress pending comments and how to clean them?

Pending comments are those submitted by users that require your approval before appearing on your site. Occasionally, you may need to remove all these comments. To do this, you can either use our Advanced Database Cleaner plugin or run the following SQL code directly via phpMyAdmin (the same code used by the plugin):
				
					DELETE FROM comments WHERE comment_approved = '0'
				
			

Do you need an expert? HIRE US NOW!