Skip to content

Commit

Permalink
Fixes #912 imagify gets hidden in admin bar when click save and go to…
Browse files Browse the repository at this point in the history
… bulk optimizer (#914)
  • Loading branch information
Khadreal authored Nov 4, 2024
1 parent 0fe6f38 commit 8737aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/classes/class-imagify-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class Imagify_Options extends Imagify_Abstract_Options {
'resize_larger_w' => 0,
'display_nextgen' => 0,
'display_nextgen_method' => 'picture',
'display_webp' => 0,
'display_webp_method' => 'picture',
'display_webp' => 0,
'display_webp_method' => 'picture',
'cdn_url' => '',
'disallowed-sizes' => [],
'admin_bar_menu' => 0,
'admin_bar_menu' => 1,
'partner_links' => 0,
'convert_to_avif' => 0,
'convert_to_webp' => 0,
Expand Down

0 comments on commit 8737aff

Please sign in to comment.