PluginProbe
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization / 4.2.13
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization v4.2.13
4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 2.5.5 2.5.6 2.5.7 3.0.0 3.0.1 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.11.0 3.11.1 3.11.2 3.11.3 3.12.0 3.12.1 All 134 releases
← All changes | inc/main.php +2 -0 4.2.54.2.13 View file →
@@ -156,8 +156,10 @@
156 156 *
157 157 * @return array
158 158 */
159 159 public static function add_settings( $data ): array {
160 + $data = is_array( $data ) ? $data : [];
161 +
160 162 $saved_data = ( new Optml_Settings() )->get_raw_settings();
161 163 unset( $saved_data['service_data'] );
162 164 unset( $saved_data['api_key'] );
163 165