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/cli/cli_media.php +3 -0 4.2.54.2.13 View file →
@@ -47,8 +47,11 @@
47 47 return \WP_CLI::error( __( 'You need to have the offload_media option enabled in order to use this command', 'optimole-wp' ) );
48 48 }
49 49
50 50 Optml_Media_Offload::clear_offload_errors_meta();
51 + if ( $action === 'rollback' ) {
52 + Optml_Media_Offload::clear_rollback_errors_meta();
53 + }
51 54 WP_CLI::line( $strings[ $action ]['info'] );
52 55 $number_of_images_for = 'offload_images';
53 56 if ( $action === 'rollback' ) {
54 57 $number_of_images_for = 'rollback_images';