| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/eric/vhost/eng/wp-content/plugins/elementor/core/debug/classes/ |
Upload File : |
<?php
namespace Elementor\Core\Debug\Classes;
class Shop_Page_Edit extends Inspection_Base {
public function run() {
return false;
}
public function get_name() {
return 'shop-page-edit';
}
public function get_message() {
return esc_html__( 'You are trying to edit the Shop Page although it is a Product Archive. Use the Theme Builder to create your Shop Archive template instead', 'elementor' );
}
public function get_help_doc_url() {
return 'https://elementor.com/help/the-content-area-was-not-found-error/#error-appears-on-woocommerce-pages';
}
public function get_header_message() {
return esc_html__( 'Sorry, The content area was not been found on your page', 'elementor' );
}
}