Skip to:
Content
Pages
Categories
Search
Top
Bottom

Spam and Pending Post Delete


  • maxx203
    Participant

    @maxx203

    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.
Skip to toolbar