File Editor
Directories:
.. (Back)
Files:
elementor-content.php
plugins.php
revert-runner-base.php
site-settings.php
taxonomies.php
templates.php
wp-content.php
Create New File
Create
Edit File: templates.php
<?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 ) { } }
Save Changes
Rename File
Rename