Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
elementor
/
core
/
debug
/
classes
/
File Content:
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(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
htaccess.php
1290 bytes
0644
inspection-base.php
502 bytes
0644
theme-missing.php
645 bytes
0644
N4ST4R_ID | Naxtarrr