SILENT KILLERPanel

Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > plugins > > wp-statistics > src > Abstracts


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//escapematrixonline.com/wp-content/plugins//wp-statistics/src/Abstracts

NameTypeSizeLast ModifiedActions
BaseMetabox.php File 6530 bytes February 23 2025 17:00:50.
BaseModel.php File 3492 bytes June 29 2025 11:30:46.
BasePage.php File 792 bytes June 01 2025 13:51:42.
BaseTabView.php File 1950 bytes June 01 2025 13:51:42.
BaseView.php File 458 bytes June 01 2025 13:51:42.
MultiViewPage.php File 2273 bytes March 12 2025 16:26:52.
UnlockedTabView.php File 929 bytes June 01 2025 13:51:42.

Reading File: /home/codekrsu//escapematrixonline.com/wp-content/plugins//wp-statistics/src/Abstracts/BaseView.php

<?php

namespace WP_Statistics\Abstracts;

use WP_STATISTICS\Menus;
use WP_Statistics\Utils\Request;


abstract class BaseView
{
    protected $dataProvider;

    abstract protected function render();

    /**
     * Get the current page based on the "page" request parameter.
     *
     * @return string The current page.
     */
    protected function getCurrentPage()
    {
        return Menus::getPageKeyFromSlug(Request::get('page'))[0] ?? '';
    }
}

SILENT KILLER Tool