File "plugins.php"

Full Path: /home/warrior1/public_html/plugins/elementor/app/modules/import-export/runners/revert/plugins.php
File size: 302 bytes
MIME-type: text/x-php
Charset: utf-8

<?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 ) {}
}