PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
views
/
pages
/
page-insights
<?php use WP_Statistics\Utils\Request; use WP_Statistics\Components\View; $taxonomy = Request::get('tx', 'category'); if ($showLockedPage) : View::load("components/locked-page", [ 'campaign' => 'pages', 'src' => 'assets/images/locked/category-pages.jpg', ]); else: ?> <div class="postbox-container wps-postbox-full"> <div class="metabox-holder"> <div class="meta-box-sortables"> <div class="postbox"> <?php View::load("components/tables/category-pages", [ 'data' => $data['categories'][$taxonomy] ?? null, 'pagination' => $pagination ]); ?> </div> </div> </div> </div> <?php endif ?>
[-] overview.php
[edit]
[-] category.php
[edit]
[-] entry-pages.php
[edit]
[-] top.php
[edit]
[-] 404.php
[edit]
[+]
..
[-] exit-pages.php
[edit]
[-] author.php
[edit]