Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 07:43
Show Gist options
  • Save jennimckinnon/50ff29047b41fd4ae284 to your computer and use it in GitHub Desktop.
Save jennimckinnon/50ff29047b41fd4ae284 to your computer and use it in GitHub Desktop.
Deleting all spam comments in WordPress.
DELETE FROM wp_comments WHERE comment_approved = 'spam';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment