Quote:
Originally Posted by Jack Sparrow
Is there some plugin (i know theres the phpmyadmin option to figure it out) that lets me delete ALL comments on a wordpress blog with one click?
|
Never saw a plugin for it, but:
Code:
delete from wp_comments where comment_approved = '0'