PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
pages
/
referrals
<?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 = [ 'referrers' => $data['referrers'], 'pagination' => $pagination ?? null ]; View::load("components/tables/referrers", $args); ?> </div> </div> </div> </div>
[-] referred-visitors.php
[edit]
[-] referrers.php
[edit]
[-] search-engines.php
[edit]
[-] google-search.php
[edit]
[-] social-media.php
[edit]
[-] utm-performance.php
[edit]
[-] overview.php
[edit]
[-] campaigns.php
[edit]
[-] source-categories.php
[edit]
[+]
..