Skip to content

Instantly share code, notes, and snippets.

@dlucero23
Created April 11, 2016 14:46
Show Gist options
  • Select an option

  • Save dlucero23/e97d19e8149d5994f69fd5491de10046 to your computer and use it in GitHub Desktop.

Select an option

Save dlucero23/e97d19e8149d5994f69fd5491de10046 to your computer and use it in GitHub Desktop.
SQL Script: Delete all non approved comments in WP
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