$allposts= get_posts( array('post_type'=>'product','numberposts'=>-1) ); foreach ($allposts as $eachpost) { wp_delete_post( $eachpost->ID, true ); }