Файловый менеджер - Редактировать - /home/freeclou/optimyar/wp-content/plugins/wp-statistics/views/metabox/latest-visitor.php
Назад
<?php use WP_STATISTICS\Admin_Template; use WP_Statistics\Components\View; use WP_Statistics\Decorators\VisitorDecorator; use WP_STATISTICS\Menus; ?> <?php if (!empty($data)) : ?> <div class="o-table-wrapper"> <table width="100%" class="o-table wps-new-table"> <thead> <tr> <th class="wps-pd-l"> <span class="wps-order"><?php esc_html_e('Last View', 'wp-statistics'); ?></span> </th> <th class="wps-pd-l"> <?php esc_html_e('Visitor Info', 'wp-statistics'); ?> </th> <th class="wps-pd-l"> <?php esc_html_e('Referrer', 'wp-statistics'); ?> </th> <th class="wps-pd-l"> <?php esc_html_e('Latest Page', 'wp-statistics'); ?> </th> <th class="wps-pd-l"> <?php esc_html_e('Views', '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> <td class="wps-pd-l"> <a href="<?php echo esc_url(Menus::admin_url('visitors', ['type' => 'single-visitor', 'visitor_id' => $visitor->getId()])) ?>"><?php echo esc_html($visitor->getHits()) ?></a> </td> </tr> <?php endforeach; ?> </tbody> </table> </div> <?php else : ?> <?php View::load("components/objects/no-data", [ 'url' => WP_STATISTICS_URL . 'assets/images/no-data/vector-2.svg', 'title' => __('Data coming soon!', 'wp-statistics') ]); ?> <?php endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка