ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org
???à JFIF x x ?? C
?? C ?à " ??
?? μ } !1AQa "q2?‘?#B±áR?e$3br?
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??
?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
<?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();
}