PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
metabox
<?php use WP_Statistics\Components\View; ?> <?php if (!empty($data) && !empty($data['data'])) : ?> <div class="o-wrap"> <div class="c-chart c-chart--limited-height"> <canvas id="<?php echo esc_attr($data['tag_id']); ?>" aria-label="<?php echo esc_attr($data['tag_id']); ?> chart" role="img" height="0"></canvas> </div> </div> <?php else : ?> <?php $title = __('No data found for this date range.', 'wp-statistics'); if ($isTodayOrFutureDate) { $title = __('Data coming soon!', 'wp-statistics'); } View::load("components/objects/no-data", [ 'url' => $data['url'], 'title' => $title ]); ?> <?php endif; ?>
[-] latest-visitor.php
[edit]
[-] action-button.php
[edit]
[-] top-referring.php
[edit]
[-] pages-visitors-preview.php
[edit]
[-] traffic-summary.php
[edit]
[-] most-visited-pages.php
[edit]
[-] traffic-overview.php
[edit]
[-] about.php
[edit]
[-] currently-online.php
[edit]
[-] go-premium.php
[edit]
[-] daily-traffic-trend.php
[edit]
[-] search_engines.php
[edit]
[-] horizontal-bar.php
[edit]
[-] metabox-skeleton.php
[edit]
[+]
..
[-] global-visitor-distribution.php
[edit]
[-] most-active-visitors.php
[edit]
[-] top-countries.php
[edit]