C:\xampp\htdocs\landing\wp-content\plugins\wp-smushit\app\views\webp\meta-box-header.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
/**
 * WebP meta box header.
 *
 * @package WP_Smush
 *
 * @var boolean $is_disabled   Whether the WebP module is disabled.
 * @var boolean $is_configured Whether WebP images are being served.
 */

if ( ! defined'WPINC' ) ) {
    die;
}

?>

<h3 class="sui-box-title">
    <?php esc_html_e'WebP''wp-smushit' ); ?>
</h3>

<span
    class="sui-tag sui-tag-beta sui-tooltip sui-tooltip-constrained"
    data-tooltip="<?php esc_attr_e'This feature is likely to work without issue, however our WebP is in beta stage and some issues are still present.''wp-smushit' ); ?>"
    style="margin-left: 10px"
>
    <?php esc_html_e'Beta''wp-smushit' ); ?>
</span>

<?php if ( ! $is_disabled ) : ?>
    <div class="sui-actions-right">
        <?php esc_html_e'Made changes?''wp-smushit' ); ?> &nbsp;
        <button type="button" id="smush-webp-recheck" class="sui-button sui-button-ghost" data-is-configured="<?php echo $is_configured '1' '0'?>">
            <span class="sui-loading-text"><i class="sui-icon-update"></i><?php esc_html_e'Re-check status''wp-smushit' ); ?></span>
            <i class="sui-icon-loader sui-loading" aria-hidden="true"></i>
        </button>
    </div>
<?php endif; ?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586