🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor
/
app
/
modules
/
import-export
/
runners
/
revert
✏️
Editing: plugins.php
<?php namespace Elementor\App\Modules\ImportExport\Runners\Revert; class Plugins extends Revert_Runner_Base { public static function get_name(): string { return 'plugins'; } public function should_revert( array $data ): bool { return false; } public function revert( array $data ) {} }
💾 Save Changes
❌ Cancel