You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom wp-cli command that update posts information (include featured image) from API. In terminal launch a lot of Notices:
Undefined index: auto_orient in /wp-content/plugins/kraken-image-optimizer/kraken.php on line 1150
Also:
Undefined index: preserve_meta_copyright in /wp-content/plugins/kraken-image-optimizer/kraken.php on line 1130
I think it would be a good idea to check that the $settings array contains all the keys
The text was updated successfully, but these errors were encountered:
krakenio-wp-plugin/kraken.php
Line 1150 in 3bbc9e0
I have a custom wp-cli command that update posts information (include featured image) from API. In terminal launch a lot of Notices:
Undefined index: auto_orient in /wp-content/plugins/kraken-image-optimizer/kraken.php on line 1150
Also:
Undefined index: preserve_meta_copyright in /wp-content/plugins/kraken-image-optimizer/kraken.php on line 1130
I think it would be a good idea to check that the $settings array contains all the keys
The text was updated successfully, but these errors were encountered: