first commit
This commit is contained in:
18
wp-content/plugins/elementor-pro/modules/wp-cli/update.php
Normal file
18
wp-content/plugins/elementor-pro/modules/wp-cli/update.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user