Current Path: > home > transcarter > > > www > wp-content > > > > plugins > elementor > core > debug > classes >
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.38 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
htaccess.php | File | 1290 bytes | July 17 2025 21:06:23. | |
inspection-base.php | File | 502 bytes | July 17 2025 21:06:23. | |
shop-page-edit.php | File | 709 bytes | July 17 2025 21:06:23. | |
theme-missing.php | File | 645 bytes | July 17 2025 21:06:23. |
<?php namespace Elementor\Core\Debug\Classes; use Elementor\Modules\SafeMode\Module as Safe_Mode; class Theme_Missing extends Inspection_Base { public function run() { $safe_mode_enabled = get_option( Safe_Mode::OPTION_ENABLED, '' ); if ( ! empty( $safe_mode_enabled ) ) { return true; } $theme = wp_get_theme(); return $theme->exists(); } public function get_name() { return 'theme-missing'; } public function get_message() { return esc_html__( 'Some of your theme files are missing.', 'elementor' ); } public function get_help_doc_url() { return 'https://go.elementor.com/preview-not-loaded/#theme-files'; } }
SILENT KILLER Tool