What are WordPress pending comments and how to clean them?

Pending comments are comments published by users and which are waiting for your approval before appearing in your site. In some cases, you will have to clean all these comments.

You can either use our plugin Advanced Database Cleaner to clean-up these comments or execute the following SQL code (which is used by the plugin) directly via your phpMyAdmin:

DELETE FROM comments WHERE comment_approved = '0'