'fb_scheduled_imports', 'posts_per_page' => -1, ); $scheduled_imports = get_posts( $scheduled_import_args ); if( !empty( $scheduled_imports ) ){ foreach ( $scheduled_imports as $import ) { if( $import->ID != '' ){ wp_delete_post( $import->ID, true ); } } }