• File: templates.php
  • Full Path: /home/bravetechrwanda/hpgt.org/.log-unix/wp-includes/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php
  • Date Modified: 03/17/2025 5:28 PM
  • File size: 374 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Elementor\App\Modules\ImportExport\Runners\Revert;

class Templates extends Revert_Runner_Base {
	/**
	 * The implement of this runner is part of the Pro plugin.
	 */
	public static function get_name(): string {
		return 'templates';
	}

	public function should_revert( array $data ): bool {
		return false;
	}

	public function revert( array $data ) { }
}