Black Friday - Cyber Monday Sale
30% OFF All Premium Licenses
  • 00 Days
  • 00 Hrs
  • 00 Mins
  • 00 Secs
Use code
SIGMA30

This 30% discount applies only to the first year. From the second year, renewals are charged at the regular price.

What are WordPress spam comments and how to clean them?

Younes JFR.

A WordPress spam comment is a comment that you (or a plugin like Akismet) have marked as spam.

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

DELETE FROM comments WHERE comment_approved = 'spam'