🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 18:16:55 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor
/
core
/
debug
/
classes
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor/core/debug/classes
🔄 Refresh
✏️
Editing: inspection-base.php
Writable
<?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(); }
💾 Save Changes
❌ Cancel