![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/plugins/wp-smushit/app/common/ |
<?php /** * Progress bar block. * * @package WP_Smush * * @var integer $count Total number of images to smush. * @var string $background_in_processing_notice * @var bool $background_processing_enabled */ if ( ! defined( 'WPINC' ) ) { die; } ?> <div class="sui-notice sui-notice-warning wp-smush-recheck-images-notice-warning"> <div class="sui-notice-content"> <div class="sui-notice-message"> <i class="sui-notice-icon sui-icon-info sui-md" aria-hidden="true"></i> <p> <span> <?php esc_html_e( 'Some images might need to be rechecked to ensure statistical data is accurate.', 'wp-smushit' ); ?> </span> <a href="#" class="wp-smush-trigger-background-scan"> <?php esc_html_e( 'Re-check Now', 'wp-smushit' ); ?> </a> </p> </div> <div class="sui-notice-actions"><button class="sui-button-icon" type="button"><span class="sui-icon-check" aria-hidden="true"></span><span class="sui-screen-reader-text"><?php esc_html_e( 'Close this notice', 'wp-smushit' ); ?></span></button></div> </div> </div> <div class="sui-notice sui-notice-success wp-smush-recheck-images-notice-success sui-hidden"> <div class="sui-notice-content"> <div class="sui-notice-message"> <i class="sui-notice-icon sui-icon-info sui-md" aria-hidden="true"></i> <p> <?php /* translators: %s: Resume Bulk Smush link */ printf( esc_html__( 'Image re-check complete. %s', 'wp-smushit' ), '<a href="#" class="wp-smush-trigger-bulk-smush">' . esc_html__( 'Resume Bulk Smush', 'wp-smushit' ) . '</a>' ); ?> </p> </div> <div class="sui-notice-actions"><button class="sui-button-icon" type="button"><span class="sui-icon-check" aria-hidden="true"></span><span class="sui-screen-reader-text"><?php esc_html_e( 'Close this notice', 'wp-smushit' ); ?></span></button></div> </div> </div>