[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
core
/
debug
/
classes
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 htaccess.php
1,290 B
SET
[ EDIT ]
|
[ DEL ]
📄 inspection-base.php
502 B
SET
[ EDIT ]
|
[ DEL ]
📄 shop-page-edit.php
709 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-missing.php
645 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: inspection-base.php
<?php namespace Elementor\Core\Debug\Classes; abstract class Inspection_Base { /** * @return bool */ abstract public function run(); /** * @return string */ abstract public function get_name(); /** * @return string */ abstract public function get_message(); /** * @return string */ public function get_header_message() { return esc_html__( 'The preview could not be loaded', 'elementor' ); } /** * @return string */ abstract public function get_help_doc_url(); }