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 52c8e12 commit 10b52caCopy full SHA for 10b52ca
inc/admin.php
@@ -1086,6 +1086,7 @@ 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 );
0 commit comments