/
var
/
www
/
wp2.qr4y.com
/
www
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
wp-cli
/
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/wp-cli
mkdir
upload
Name
Size
Mode
Actions
license-command.php
1772
0644
edit
dl
rm
module.php
817
0644
edit
dl
rm
theme-builder.php
759
0644
edit
dl
rm
update.php
355
0644
edit
dl
rm
Edit:
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/wp-cli/update.php
(355B)
<?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'; } }
Save