/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
debug
/
classes
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/elementor/core/debug/classes
Edit:
/home/melaqxso/public_html/wp-content/plugins/elementor/core/debug/classes/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(); }
Ukuran: 502 B