Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:23
Show Gist options
  • Save jennimckinnon/b8bdc17da02600be8737 to your computer and use it in GitHub Desktop.
Save jennimckinnon/b8bdc17da02600be8737 to your computer and use it in GitHub Desktop.
Delete all comments awaiting moderation in WordPress Multisite.
DELETE FROM wp_#_comments WHERE comment_approved = '0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment