getOption( 'image_optimization_type', 'schedule' );
if ( $optimize_type === 'schedule' ) {
_e( 'If you choose scheduled optimization, you can leave this page or close the tab. The plugin will optimize images on a schedule until they are all optimized. 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 optimization, you can leave this page or close the tab. The plugin will optimize images automatically until they are all optimized. This method is faster than scheduled or manual optimization. (beta)', 'robin-image-optimizer' );
}
?>