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/module-base.php
<?php
namespace ElementorPro\Base;

use Elementor\Core\Base\Module;

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

abstract class Module_Base extends Module {
	// This class was needed in the past and not being removed for future functionalities that might be needed for all classes that still extend it.
}