__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| htaccess.php | File | 1.26 KB | 0640 |
|
| inspection-base.php | File | 502 B | 0640 |
|
| shop-page-edit.php | File | 709 B | 0640 |
|
| theme-missing.php | File | 645 B | 0640 |
|