To delete all unapproved comments in WordPress you can use the following snippet.
Sample mySQL
DELETE FROM wp_comments WHERE comment_approved = 0
All the Code Snippets and Samples you need
To delete all unapproved comments in WordPress you can use the following snippet.
DELETE FROM wp_comments WHERE comment_approved = 0
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to delete all unapproved comments in #Wordpress http://t.co/4ODhjKH9FP #wp #blog #blogs #mysql #html #css #html5 #…
RT @CodeSnippetsNET: How to delete all unapproved comments in #Wordpress http://t.co/4ODhjKH9FP #wp #blog #blogs #mysql #html #css #html5 #…
RT @CodeSnippetsNET: How to delete all unapproved comments in #Wordpress http://t.co/4ODhjKH9FP #wp #blog #blogs #mysql #html #css #html5 #…