• File: plugins.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert/plugins.php
  • Date Modified: 08/05/2025 6:00 PM
  • File size: 313 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Elementor\App\Modules\ImportExportCustomization\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 ) {}
}