• getOption( 'image_optimization_type', 'schedule' ); if ( $optimize_type === 'schedule' ) { _e( 'If you choose scheduled conversion, you can leave this page or close the tab. The plugin will convert images on a schedule until they are all converted. This method is slower than alternatives, but you don\'t have to wait.', 'robin-image-optimizer' ); } elseif ( $optimize_type === 'background' ) { _e( 'If you have selected background conversion, you can leave this page or close the tab. The plugin will convert images automatically until they are all converted. This method is faster than scheduled or manual conversion. (beta)', 'robin-image-optimizer' ); } ?>