X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/elementor-pro/core
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
elementor-pro
/
core
/
??
..
??
admin
??
adwzitba
(9.03 KB)
??
app
??
behaviors
??
compatibility
??
connect
??
data
??
database
??
editor
??
integrations
??
isolation
??
maintenance.php
(392 B)
??
modules-manager.php
(2.37 KB)
??
notifications
??
php-api.php
(424 B)
??
preview
??
security
??
sitemap_previous
(2.72 MB)
??
upgrade
??
utils
??
utils.php
(13.6 KB)
Editing: maintenance.php
<?php namespace ElementorPro\Core; use ElementorPro\License\API; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Maintenance { public static function init(): void { register_deactivation_hook( ELEMENTOR_PRO_PLUGIN_BASE, [ __CLASS__, 'on_deactivated' ] ); } public static function on_deactivated(): void { API::get_version( true, 'deactivated' ); } }
Upload File
Create Folder