[ 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
/
core
/
app
/
modules
/
import-export
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 module.php
601 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: module.php
<?php namespace Elementor\App\Modules\ImportExport; use Elementor\App\Modules\ImportExport\Module as Import_Export_Module; use Elementor\Core\Base\Module as BaseModule; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This App class exists for backwards compatibility with 3rd parties. * * @deprecated 3.8.0 */ class Module extends BaseModule { /** * @deprecated 3.8.0 */ const VERSION = '1.0.0'; /** * @var mixed * @deprecated 3.8.0 */ public $import; /** * @deprecated 3.8.0 */ public function get_name() { return 'import-export-bc'; } }