Spam and Pending Post Delete
-
Hello
to clean up my pending and spam threads and answers, iam using two show SQL queries. Is there maybe any plugin or cron which can execute them?
DELETE FROM wp_posts WHERE post_status = "pending"; DELETE FROM wp_posts WHERE post_status = "spam";
Regards
Maxx
- You must be logged in to reply to this topic.