PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
pages
/
visitor-insights
<?php use WP_Statistics\Components\View; ?> <div class="postbox-container wps-postbox-full"> <div class="metabox-holder"> <div class="meta-box-sortables"> <div class="postbox"> <?php $args = [ 'data' => $data['data'], 'pagination' => isset($pagination) ? $pagination : null ]; View::load("components/tables/online", $args); ?> </div> </div> </div> </div>
[-] top-visitors.php
[edit]
[-] online.php
[edit]
[-] single-visitor.php
[edit]
[-] overview.php
[edit]
[-] visitors.php
[edit]
[-] views.php
[edit]
[-] search-terms.php
[edit]
[+]
..
[-] logged-in-users.php
[edit]