PluginProbe
TinyPNG – JPEG, PNG & WebP image compression / 3.8.0
TinyPNG – JPEG, PNG & WebP image compression v3.8.0
3.8.0 3.7.0 3.6.14 trunk 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.6.0 1.7.0 1.7.1 1.7.2 2.0.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 All 57 releases
tiny-compress-images / src / views / account-status-loading.php
account-status-loading.php
12 lines 479 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="tiny-account-status" id="tiny-account-status" data-state="pending">
2 <div class="status status-loading">
3 <p class="status">
4 <?php esc_html_e( 'Retrieving account status', 'tiny-compress-images' ); ?>
5 </p>
6
7 <input type="hidden" id="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>"
8 name="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>" size="35" spellcheck="false"
9 value="<?php echo esc_attr( $key ); ?>">
10 </div>
11 </div>
12