Current Path: > home > transcarter > public_html > wp-content > plugins > query-monitor > data
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
admin.php | File | 606 bytes | July 17 2025 21:05:45. | |
assets.php | File | 930 bytes | July 17 2025 21:05:45. | |
block_editor.php | File | 492 bytes | July 17 2025 21:05:45. | |
cache.php | File | 566 bytes | July 17 2025 21:05:45. | |
caps.php | File | 607 bytes | July 17 2025 21:05:45. | |
conditionals.php | File | 332 bytes | July 17 2025 21:05:45. | |
db_callers.php | File | 365 bytes | July 17 2025 21:05:45. | |
db_components.php | File | 364 bytes | July 17 2025 21:05:45. | |
db_dupes.php | File | 571 bytes | July 17 2025 21:05:45. | |
db_queries.php | File | 872 bytes | July 17 2025 21:05:45. | |
doing_it_wrong.php | File | 396 bytes | July 17 2025 21:05:45. | |
environment.php | File | 1409 bytes | July 17 2025 21:05:45. | |
fallback.php | File | 252 bytes | July 17 2025 21:05:45. | |
hooks.php | File | 597 bytes | July 17 2025 21:05:45. | |
http.php | File | 801 bytes | July 17 2025 21:05:45. | |
languages.php | File | 815 bytes | July 17 2025 21:05:45. | |
logger.php | File | 540 bytes | July 17 2025 21:05:45. | |
multisite.php | File | 333 bytes | July 17 2025 21:05:45. | |
overview.php | File | 783 bytes | July 17 2025 21:05:45. | |
php_errors.php | File | 922 bytes | July 17 2025 21:05:45. | |
raw_request.php | File | 272 bytes | July 17 2025 21:05:45. | |
redirect.php | File | 286 bytes | July 17 2025 21:05:45. | |
request.php | File | 723 bytes | July 17 2025 21:05:45. | |
theme.php | File | 1265 bytes | July 17 2025 21:05:45. | |
timing.php | File | 284 bytes | July 17 2025 21:05:45. | |
transients.php | File | 482 bytes | July 17 2025 21:05:45. |
<?php declare(strict_types = 1); /** * Admin screen data transfer object. * * @package query-monitor */ class QM_Data_Admin extends QM_Data { /** * @var ?WP_Screen */ public $current_screen; /** * @var string */ public $hook_suffix; /** * @var array<string, string> * @phpstan-var array{}|array{ * columns_filter: string, * sortables_filter: string, * column_action: string, * class_name?: string, * } */ public $list_table; /** * @var string */ public $pagenow; /** * @var string */ public $taxnow; /** * @var string */ public $typenow; }
SILENT KILLER Tool