Sindbad~EG File Manager

Current Path : /var/www/html/sumar.com.py/wp-content/plugins/wp-statistics/views/pages/page-insights/
Upload File :
Current File : /var/www/html/sumar.com.py/wp-content/plugins/wp-statistics/views/pages/page-insights/category.php

<?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 ?>


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists