Skip to content

Commit d7fbe8e

Browse files
author
Marco Pereirinha
committed
Allow pushing to Cloudinary unsynced items on manual sync, regardless storage
1 parent 74a786a commit d7fbe8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/sync/class-upload-sync.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public function handle_bulk_actions( $location, $action, $post_ids ) {
163163

164164
// It's required to perform a new sync that Cloudinary and WordPress storage is set.
165165
if (
166+
$this->plugin->components['sync']->is_synced( $post_id ) &&
166167
'dual_full' !== $this->plugin->settings->find_setting( 'offload' )->get_value()
167168
) {
168169
continue;

0 commit comments

Comments
 (0)