__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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;
use WP_Statistics\Components\View;
use WP_Statistics\Decorators\VisitorDecorator;
use WP_STATISTICS\Menus;
?>
<div class="inside">
<?php if (!empty($data)) : ?>
<div class="o-table-wrapper">
<table width="100%" class="o-table wps-new-table">
<thead>
<tr>
<th scope="col" class="wps-pd-l">
<span class="wps-order"><?php esc_html_e('Last View', 'wp-statistics'); ?></span>
</th>
<th scope="col" class="wps-pd-l">
<?php esc_html_e('Visitor Information', 'wp-statistics'); ?>
</th>
<th scope="col" class="wps-pd-l">
<?php esc_html_e('Referrer', 'wp-statistics'); ?>
</th>
<th scope="col" class="wps-pd-l">
<?php echo esc_html__('Current Page', 'wp-statistics'); ?>
</th>
</tr>
</thead>
<tbody>
<?php foreach ($data as $visitor) : ?>
<?php /** @var VisitorDecorator $visitor */ ?>
<tr>
<td class="wps-pd-l"><?php echo esc_html($visitor->getLastView()); ?></td>
<td class="wps-pd-l">
<?php
View::load("components/visitor-information", ['visitor' => $visitor]);
?>
</td>
<td class="wps-pd-l">
<?php
View::load("components/objects/referrer-link", [
'label' => $visitor->getReferral()->getSourceChannel(),
'url' => $visitor->getReferral()->getReferrer() ,
'title' => $visitor->getReferral()->getRawReferrer()
]);
?>
</td>
<td class="wps-pd-l">
<?php $page = $visitor->getLastPage(); ?>
<?php if (!empty($page)) :
View::load("components/objects/internal-link", [
'url' => $page['report'],
'title' => $page['title'],
]);
else : ?>
<?php echo Admin_Template::UnknownColumn() ?>
<?php endif; ?>
</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
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 404.php | File | 1.83 KB | 0644 |
|
| author-pages.php | File | 3.84 KB | 0644 |
|
| category-pages.php | File | 3.51 KB | 0644 |
|
| geographic-top-cities.php | File | 3.65 KB | 0644 |
|
| geographic-top-countries.php | File | 4.89 KB | 0644 |
|
| geographic-top-regions.php | File | 1.97 KB | 0644 |
|
| latest-referrals.php | File | 5.2 KB | 0644 |
|
| most-active-visitors.php | File | 4.68 KB | 0644 |
|
| online.php | File | 3.26 KB | 0644 |
|
| recent-events.php | File | 3.55 KB | 0644 |
|
| recent-views.php | File | 1.96 KB | 0644 |
|
| referred-visitors.php | File | 5.59 KB | 0644 |
|
| referrers.php | File | 3.52 KB | 0644 |
|
| source-categories.php | File | 2.26 KB | 0644 |
|
| summary.php | File | 1.87 KB | 0644 |
|
| top-countries.php | File | 2.19 KB | 0644 |
|
| top-entry-pages.php | File | 3.01 KB | 0644 |
|
| top-referrers.php | File | 2 KB | 0644 |
|
| top-referring.php | File | 1.93 KB | 0644 |
|
| top-report.php | File | 6.9 KB | 0644 |
|
| top-visitors.php | File | 5.08 KB | 0644 |
|
| views.php | File | 3.92 KB | 0644 |
|
| visitors-top-entry-pages.php | File | 2.01 KB | 0644 |
|
| visitors.php | File | 6.82 KB | 0644 |
|