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 776792a commit 3db479bCopy full SHA for 3db479b
inc/admin.php
@@ -391,9 +391,7 @@ public function update_default_settings() {
391
392
$this->settings->update( 'limit_dimensions', 'enabled' );
393
$this->settings->update( 'lazyload', 'enabled' );
394
- $this->settings->update( 'best_format', 'disabled' );
395
$this->settings->update( 'skip_lazyload_images', '2' );
396
- $this->settings->update( 'avif', 'disabled' );
397
$this->settings->update( 'compression_mode', 'speed_optimized' );
398
399
update_option( self::NEW_USER_DEFAULTS_UPDATED, 'yes' );
0 commit comments