We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b52ca commit b81c89cCopy full SHA for b81c89c
inc/admin.php
@@ -1086,10 +1086,10 @@ public function daily_sync() {
1086
$this->settings->update( 'offloading_status', 'disabled' );
1087
}
1088
$this->settings->update( 'rollback_status', 'enabled' );
1089
- $this->settings->update( 'offload_media', 'disabled' );
1090
// We start the rollback process.
1091
Optml_Logger::instance()->add_log( 'rollback_images', 'Account deactivated, starting rollback.' );
1092
Optml_Media_Offload::get_image_count( 'rollback_images', false );
+ $this->settings->update( 'offload_media', 'disabled' );
1093
1094
remove_filter( 'optml_dont_trigger_settings_updated', '__return_true' );
1095
0 commit comments