namespace Elementor\Core\Debug\Classes;
abstract class Inspection_Base {
abstract public function run();
abstract public function get_name();
abstract public function get_message();
public function get_header_message() {
return esc_html__( 'The preview could not be loaded', 'elementor' );
abstract public function get_help_doc_url();