• getOption( 'image_optimization_type', 'schedule' ); if ( $optimize_type === 'schedule' ) { _e( 'If you choose to a scheduled conversion, you can leave this page or close the browser. A plugin without your participation will convert images via cron until it convert them all. This conversion method is slower than its alternative, but you don’t have to waste your time on manual conversion.', 'robin-image-optimizer' ); } else if ( $optimize_type === 'background' ) { _e( 'If you have selected background conversion, you can leave this page or close the browser. The plugin will convert the images without your participation until it convert them all. This conversion method is faster than scheduled conversion and manual conversion. (beta version).', 'robin-image-optimizer' ); } ?>