/
home
/
suroeste
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
debug
/
classes
/
/home/suroeste/public_html/wp-content/plugins/elementor/core/debug/classes
mkdir
upload
Name
Size
Mode
Actions
htaccess.php
1290
0644
edit
dl
rm
inspection-base.php
502
0644
edit
dl
rm
theme-missing.php
645
0644
edit
dl
rm
Edit:
/home/suroeste/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php
(502B)
<?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
cmd:
run