diff --git a/php/sync/class-upload-sync.php b/php/sync/class-upload-sync.php index b07e39192..2362776a9 100644 --- a/php/sync/class-upload-sync.php +++ b/php/sync/class-upload-sync.php @@ -162,7 +162,10 @@ public function handle_bulk_actions( $location, $action, $post_ids ) { } // It's required to perform a new sync that Cloudinary and WordPress storage is set. - if ( 'dual_full' !== $this->plugin->settings->find_setting( 'offload' )->get_value() ) { + if ( + 'dual_full' !== $this->plugin->settings->find_setting( 'offload' )->get_value() && + $this->plugin->components['sync']->is_synced( $post_id ) + ) { continue; }