What are WordPress trash comments and how to clean them?

What are WordPress trash comments and how to clean them?

A trash comment is a comment you have deleted from your WordPress site and moved to the trash. While it is no longer visible on your site, it should be permanently deleted. You can either use our Advanced Database Cleaner plugin to remove these trash comments or execute the following SQL code (used by the plugin) directly via phpMyAdmin:
				
					DELETE FROM comments WHERE comment_approved = 'trash'
				
			

Do you need an expert? HIRE US NOW!