Exemplo n.º 1
0
echo wp_nonce_url(admin_url('admin.php?page=w3tc_cdn&w3tc_cdn_purge'));
?>
" onclick="w3tc_popupadmin_bar(this.href); return false"><?php 
_e('Purge', 'w3-total-cache');
?>
</a></li>
            </ul>
        </div>
        <div class="summary area">
            <h4><?php 
_e('Report - 30 days', 'w3-total-cache');
?>
</h4>
            <ul>
                <li><?php 
echo sprintf(__('<span>Transferred:</span> %s', 'w3-total-cache'), Util_Ui::format_bytes($summary['size']));
?>
</li>
                <li><?php 
echo sprintf(__('<span>Cache Hits:</span> %d (%d%%)', 'w3-total-cache'), $summary['cache_hit'], $summary['hit'] ? $summary['cache_hit'] / $summary['hit'] * 100 : $summary['hit']);
?>
</li>
                <li class="large"><?php 
echo sprintf(__('<span>Cache Misses (non-cache hits):</span> %d (%d%%)', 'w3-total-cache'), $summary['noncache_hit'], $summary['hit'] ? $summary['noncache_hit'] / $summary['hit'] * 100 : $summary['hit']);
?>
</li>
            </ul>
        </div>
        <div class="charts area">
            <h4><?php 
_e('Requests', 'w3-total-cache');