????

Your IP : 3.145.41.133


Current Path : /proc/self/root/home/rsfshcom/www/wp-content/plugins/elementor-pro/modules/wp-cli/
Upload File :
Current File : //proc/self/root/home/rsfshcom/www/wp-content/plugins/elementor-pro/modules/wp-cli/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';
	}
}