Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
elementor
/
app
/
modules
/
import-export
/
runners
/
revert
:
plugins.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 ) {} }