Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 07:53
Show Gist options
  • Save jennimckinnon/db4a5ca2cd3f3d3dfc44 to your computer and use it in GitHub Desktop.
Save jennimckinnon/db4a5ca2cd3f3d3dfc44 to your computer and use it in GitHub Desktop.
Delete all comments awaiting moderation in WordPress.
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