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