File Editor
Directories:
.. (Back)
Files:
htaccess.php
inspection-base.php
shop-page-edit.php
theme-missing.php
Create New File
Create
Edit File: 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(); }
Save Changes
Rename File
Rename