• File: update.php
  • Full Path: /home/builxejc/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/update.php
  • Date Modified: 01/05/2025 10:31 AM
  • File size: 355 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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';
	}
}