settings->is_cdn_active(); $upsell_url = $this->get_utm_link( array( 'utm_campaign' => 'smush-dashboard-next-gen-upsell' ) ); if ( $next_gen_manager->is_active() && ! $is_cdn_active ) { /* translators: %s: Next-Gen format name */ $next_gen_description = sprintf( __( 'Serve %1$s versions of your images to supported browsers, and gracefully fall back on JPEGs and PNGs for browsers that don\'t support %1$s.', 'wp-smushit' ), $next_gen_manager->get_active_format_name() ); } else { $next_gen_description = __( 'Serve WebP and AVIF images directly from your server to supported browsers, while seamlessly switching to original images for those without WebP or AVIF support. All without relying on a CDN or any server configuration.', 'wp-smushit' ); } ?>

is_active() && ! $is_cdn_active ) : ?> is_configured() ) { $this->view( 'next-gen/configured-meta-box' ); } else { $this->view( 'webp/required-configuration-meta-box' ); } ?> settings->has_cdn_page() ) : ?> view( 'next-gen/cdn-activated-notice' ); ?>