How do we remove all the posers Pending?



  • How do we remove all the posers that Pending if they are not in the phpmyadmin and in the adminca there are 10000+?



  • Internet (e.g. http://dailyblogging.org/wordpress/delete-pending-posts-in-wordpress/ offer several ways.

    Through the SQL request:

    DELETE 
    FROM wp_posts 
    WHERE post_date < '2015-01-01 00:00:00' 
    AND post_status = 'pending'
    

    Through the flames of wordpress, if you don't know the first way:

    • https://wordpress.org/plugins/wp-mass-delete/
    • https://wordpress.org/plugins/bulk-delete/

Log in to reply
 


Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2