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); /** * Theme data transfer object. * * @package query-monitor */ class QM_Data_Theme extends QM_Data { /** * @var bool */ public $is_child_theme; /** * @var string */ public $stylesheet_theme_json; /** * @var string */ public $template_theme_json; /** * @var WP_Block_Template|null */ public $block_template; /** * @var array<string, string> */ public $theme_dirs; /** * @var array<string, string> */ public $theme_folders; /** * @var string */ public $stylesheet; /** * @var string */ public $template; /** * @var string */ public $theme_template_file; /** * @var string */ public $template_path; /** * @var ?string */ public $template_file; /** * @var ?array<int, string> */ public $template_hierarchy; /** * @var ?array<int, string> */ public $timber_files; /** * @var ?array<int, string> */ public $body_class; /** * @var array<string|int, string> */ public $template_parts; /** * @var array<string|int, string> */ public $theme_template_parts; /** * @var array<string|int, int> */ public $count_template_parts; /** * @var array<int, array<string, mixed>> */ public $unsuccessful_template_parts; }
SILENT KILLER Tool