Created
April 11, 2016 14:46
-
-
Save dlucero23/e97d19e8149d5994f69fd5491de10046 to your computer and use it in GitHub Desktop.
SQL Script: Delete all non approved comments in WP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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