????

Your IP : 18.226.28.28


Current Path : C:/inetpub/vhost/webkt.nextform.vn/wp-content/plugins/redis-cache/includes/ui/tabs/
Upload File :
Current File : C:/inetpub/vhost/webkt.nextform.vn/wp-content/plugins/redis-cache/includes/ui/tabs/diagnostics.php

<?php
/**
 * Diagnostics tab template
 *
 * @package Rhubarb\RedisCache
 */

defined( '\\ABSPATH' ) || exit;

?>

<div class="card">
    <pre id="redis-cache-diagnostics"><?php require __DIR__ . '/../../diagnostics.php'; ?></pre>
</div>

<p id="redis-cache-copy-button">
    <span class="copy-button-wrapper">
        <button type="button" class="button copy-button" data-clipboard-target="#redis-cache-diagnostics">
            <?php _e( 'Copy diagnostics to clipboard', 'redis-cache' ); ?>
        </button>
        <span class="success hidden" aria-hidden="true"><?php _e( 'Copied!' ); ?></span>
    </span>
</p>