Delete all one-word comments
-
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'
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Delete all one-word comments’ is closed to new replies.