This commit is contained in:
2024-05-20 15:37:46 +03:00
commit 00b7dbd0b7
10404 changed files with 3285853 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<?php
namespace ShortPixel;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<section class='spio-progressbar'>
<div class="flex">
<div class="select">
<span class='line'></span>
<span class="step">1</span>
<span class="text"><?php esc_html_e('Select Images','shortpixel-image-optimiser'); ?></span>
</div>
<div class="summary">
<span class='line'></span>
<span class="step">2</span>
<span class="text"><?php esc_html_e('Summary','shortpixel-image-optimiser'); ?></span>
</div>
<div class="process">
<span class='line'></span>
<span class="step">3</span>
<span class="text"><?php esc_html_e('Bulk Process','shortpixel-image-optimiser'); ?></span>
</div>
<div class="result">
<span class='line'></span>
<span class="step">4</span>
<span class="text"><?php esc_html_e('Results','shortpixel-image-optimiser'); ?></span>
</div>
</div>
</section>