Delete All WordPress Comments Awaiting Moderation

April 11th, 2009

To delete all wordpress comments awaiting moderation you can run the following:

DELETE FROM wp_comments WHERE comment_approved=’0′;

(be sure to make a backup of your blog database prior to doing so just to be safe)

Leave a Reply