How to Delete Posts of a Custom Post Type Efficiently
How many times did you want to delete some test data? You can paste the following snippet into your functions.php file (temporarily) or in a custom plugin. You need to update my_custom_post_type to match your custom post type. Then login as admin and then access your site e.g. example.com/?admin_del_cpt_posts and you'll see the post ids […]
How to Delete Posts of a Custom Post Type Efficiently Read More »
