📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 07:16:29
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor-pro
/
core
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor-pro/core
🔄 Refresh
✏️
Editing: maintenance.php
Writable
<?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' ); } }
💾 Save Changes
❌ Cancel