How to delete pending comments on a wordpress blog
Via mysql command:
DELETE FROM wp_comments WHERE comment_approved=0
Note: If your comments table is prefixed with wp_something will need to use the correct table name.
Via a plugin:
- 'Delete pending comments'.
- 'Bulk comments remove'.
- 'Akismet'. (it has a 'delete all' button)
<< Home