Categories
Wordpress Tutorials

No plugin required- remove the pending spam comments in wordpress

Do you know without a plugin you can do this and just you need to write SQL command for it. And you need your website database access for it. Use this SQL command

select * from wp_comments where comment_approved = “0″;