admin()->get_plugin_discount(); $total_cdn_locations = Admin::CDN_POP_LOCATIONS; $upsell_url = $this->get_utm_link( array( 'utm_campaign' => 'smush_wizard', 'utm_content' => 'view_plans_wizard', ) ); $pro_features = array( 'ultra' => array( 'title' => __( 'Ultra Smush - 5x Compression', 'wp-smushit' ), 'description' => __( '5x higher compression for snappier site loads.', 'wp-smushit' ), ), 'cdn' => array( 'title' => __( 'Global Edge CDN', 'wp-smushit' ), 'description' => sprintf( /* translators: %d: total CDN locations */ __( 'Spread over %d locations for instant worldwide delivery.', 'wp-smushit' ), $total_cdn_locations ), ), 'auto_resize' => array( 'title' => __( 'Automatic Image Resizing', 'wp-smushit' ), 'description' => __( 'Smart auto-resize images to fit image containers perfectly.', 'wp-smushit' ), ), 'next_gen' => array( 'title' => __( 'Next-Gen Conversions', 'wp-smushit' ), 'description' => __( '1-click WebP and AVIF Conversion for superior performance.', 'wp-smushit' ), ), 'preload_images' => array( 'title' => __( 'Preload Critical Images', 'wp-smushit' ), 'description' => __( 'Identifies and immediately preloads important above-the-fold images.', 'wp-smushit' ), ), 'background_optimization' => array( 'title' => __( 'Continuous Background Optimization', 'wp-smushit' ), 'description' => __( 'Bulk Smush continues even when you leave the page.', 'wp-smushit' ), ), ); ?>