| 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/modals/ |
Upload File : |
<?php /** * Stop scanning media library modal. */ $docs_link = $this->get_utm_link( array( 'utm_campaign' => 'smush_troubleshooting_docs', ), 'https://wpmudev.com/docs/wpmu-dev-plugins/smush/#troubleshooting-guide' ); ?> <div class="sui-modal sui-modal-md"> <div role="dialog" id="smush-stop-scanning-dialog" class="sui-modal-content smush-retry-modal smush-stop-scanning-dialog" aria-modal="true" aria-labelledby="smush-stop-scanning-dialog-title" > <div class="sui-box"> <div class="sui-box-header sui-flatten sui-content-center sui-spacing-top--60 sui-spacing-bottom--10"> <button type="button" class="sui-button-icon sui-button-float--right" data-modal-close=""> <span class="sui-icon-close sui-md" aria-hidden="true"></span> <span class="sui-screen-reader-text"> <?php esc_html_e( 'Close this dialog.', 'wp-smushit' ); ?> </span> </button> <i class="sui-notice-icon sui-warning-icon sui-icon-info sui-lg" aria-hidden="true"></i> <h3 class="sui-box-title sui-lg"><?php esc_html_e( 'Scan Hasn’t Finished Yet!', 'wp-smushit' ); ?></h3> </div> <div class="sui-box-body sui-flatten sui-content-center sui-no-padding-top sui-spacing-bottom--30"> <p class="sui-description"> <?php printf( /* translators: 1: Open link, 2: Close the link */ esc_html__( 'Cancelling the scan would result in inaccurate statistics. Are you sure you want to cancel? If you’re facing issues, please refer to our %1$stroubleshooting guide%2$s.', 'wp-smushit' ), '<a target="_blank" href="' . esc_url( $docs_link ) . '">', '</a>' ); ?> </p> </div> <div class="sui-box-footer sui-flatten sui-content-center sui-spacing-bottom--60"> <a href="#" data-action="Continue" data-modal-close="" class="sui-button"> <?php esc_html_e( 'Continue Scanning', 'wp-smushit' ); ?> </a> <a href="#" data-action="Cancel" data-modal-close="" class="sui-button sui-button-ghost smush-stop-scanning-dialog-button"> <?php esc_html_e( 'Cancel Anyway', 'wp-smushit' ); ?> </a> </div> </div> </div> </div>