????

Your IP : 18.118.164.139


Current Path : /proc/self/cwd/wp-content/plugins/elementor/app/modules/import-export/runners/revert/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/elementor/app/modules/import-export/runners/revert/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 ) {}
}