[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
base
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 base-carousel-trait.php
38,648 B
SET
[ EDIT ]
|
[ DEL ]
📄 base-widget-trait.php
329 B
SET
[ EDIT ]
|
[ DEL ]
📄 base-widget.php
259 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-one-trait.php
270 B
SET
[ EDIT ]
|
[ DEL ]
📄 module-base.php
332 B
SET
[ EDIT ]
|
[ DEL ]
📄 on-import-trait.php
3,989 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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. }