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.
all
fixed
1 parent 668511d commit a997281Copy full SHA for a997281
inc/admin.php
@@ -1345,6 +1345,12 @@ private function localize_dashboard_app() {
1345
];
1346
$lang_code = isset( $available_languages[ $language ] ) ? 'de' : 'en';
1347
1348
+ // Migrate settings if needed.
1349
+ if ( isset( $service_data['lazyload_type'] ) && 'all' === $service_data['lazyload_type'] ) {
1350
+ $service_data['lazyload_type'] = 'fixed';
1351
+ $service_data['skip_lazyload_images'] = 0;
1352
+ }
1353
+
1354
return [
1355
'strings' => $this->get_dashboard_strings(),
1356
'assets_url' => OPTML_URL . 'assets/',
0 commit comments