Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 07:46
Show Gist options
  • Save jennimckinnon/2bdfe7bef649f72c199d to your computer and use it in GitHub Desktop.
Save jennimckinnon/2bdfe7bef649f72c199d to your computer and use it in GitHub Desktop.
Deleting spam comments in WordPress Multisite.
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