[ 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
/
modules
/
wp-cli
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 license-command.php
1,772 B
SET
[ EDIT ]
|
[ DEL ]
📄 module.php
817 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-builder.php
759 B
SET
[ EDIT ]
|
[ DEL ]
📄 update.php
355 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: update.php
<?php namespace ElementorPro\Modules\WpCli; use Elementor\Modules\WpCli\Update as UpdateBase; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Elementor Page Builder Pro cli tools. */ class Update extends UpdateBase { protected function get_update_db_manager_class() { return '\ElementorPro\Core\Upgrade\Manager'; } }