I'm trying to delete all wordpress comments with only one word. I found this mysql query to delete all comments at once, but that's not what I want to achieve:
DELETE FROM wp_comments WHERE comment_approved = '0'
I'm trying to delete all wordpress comments with only one word. I found this mysql query to delete all comments at once, but that's not what I want to achieve:
DELETE FROM wp_comments WHERE comment_approved = '0'
So... I found this solution: http://stuff24.de/blog/delete-all-one-word-wordpress-comments-at-once/
You must log in to post.