| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/grupo-seg.com/wp-content/plugins/wp-smushit/app/views/bulk/ |
Upload File : |
<?php /** * We also show up it via js after clicking on Bulk Smush Now. * * @see bulk-smush.js - background-process.js * * @var bool $background_in_processing Whether background is in processing or not. * @var string $bulk_upgrade_url CDN upgrade url. */ use Smush\App\Admin; ?> <div class="sui-box-body sui-margin-top wp-smush-upsell-cdn <?php echo ! $background_in_processing ? ' sui-hidden' : ''; ?>"> <div class="smush-box-image"> <img class="sui-image-icon" src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/cdn-upsell-icon.png' ); ?>" srcset="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/cdn-upsell-icon@2x.png' ); ?> 2x" alt="<?php esc_html_e( 'Smush CDN Icon', 'wp-smushit' ); ?>"> </div> <div class="sui-box-content"> <p> <?php printf( /* translators: %d: Number of CDN PoP locations */ esc_html__( 'Want to serve images even faster? Get up to 2x more speed with Smush Pro’s CDN, which spans %d servers worldwide.', 'wp-smushit' ), Admin::CDN_POP_LOCATIONS ); ?> </p> <a href="<?php echo esc_url( $bulk_upgrade_url ); ?>" class="smush-upsell-link" target="_blank"> <?php printf( /* translators: %s: Discount */ esc_html__( 'Unlock now with Pro and get %s off.', 'wp-smushit' ), esc_html( WP_Smush::get_instance()->admin()->get_plugin_discount() ) ); ?> </a> </div> </div>