__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
use WP_STATISTICS\Admin_Template;
?>
<div class="postbox-container wps-postbox-full">
<div class="metabox-holder">
<div class="meta-box-sortables">
<div class="postbox">
<div class="inside">
<?php if (!empty($data['states'])) : ?>
<div class="o-table-wrapper">
<table width="100%" class="o-table wps-new-table">
<thead>
<tr>
<th scope="col" class="wps-pd-l">
<?php esc_html_e('State', 'wp-statistics') ?>
</th>
<th scope="col" class="wps-pd-l">
<?php esc_html_e('Visitors', 'wp-statistics') ?>
</th>
<th scope="col" class="wps-pd-l">
<?php esc_html_e('Views', 'wp-statistics') ?>
</th>
</tr>
</thead>
<tbody>
<?php foreach ($data['states'] as $item) : ?>
<tr>
<td class="wps-pd-l">
<?php echo esc_html(\WP_STATISTICS\Admin_Template::unknownToNotSet($item->region)) ?>
</td>
<td class="wps-pd-l">
<?php echo esc_html(number_format($item->visitors)) ?>
</td>
<td class="wps-pd-l">
<?php echo esc_html(number_format($item->views)) ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php else : ?>
<div class="o-wrap o-wrap--no-data wps-center">
<?php esc_html_e('No recent data available.', 'wp-statistics') ?>
</div>
<?php endif; ?>
</div>
<?php echo isset($pagination) ? $pagination : ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</div>
</div>
</div>
</div>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cities.php | File | 4.86 KB | 0644 |
|
| countries.php | File | 5.73 KB | 0644 |
|
| europe.php | File | 5.67 KB | 0644 |
|
| overview.php | File | 3.1 KB | 0644 |
|
| regions.php | File | 2.71 KB | 0644 |
|
| us.php | File | 2.71 KB | 0644 |
|