HEX
Server: Apache
System: Linux p3plzcpnl507593.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vgijpbeijziw (6090429)
PHP: 8.3.24
Disabled: NONE
Upload Files
File: /home/vgijpbeijziw/public_html/wp-content/plugins/elementor-pro/base/base-widget.php
<?php
namespace ElementorPro\Base;

use Elementor\Widget_Base;
use ElementorPro\Plugin;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

abstract class Base_Widget extends Widget_Base {

	use Base_Widget_Trait;
	use On_Import_Trait;

}