File: /medikors/www/eng/wp-content/plugins/customizer-reset/customizer-reset.php
<?php
/**
* Plugin Name: Customizer Reset - Export & Import
* Plugin URI: https://wp-pagebuilderframework.com/
* Description: Reset, Export & Import the WordPress customizer settings with a simple click of a button.
* Version: 1.1.1
* Author: David Vongries
* Author URI: https://github.com/MapSteps/
* Text Domain: customizer-reset
*
* @package Customizer_Reset
*/
defined( 'ABSPATH' ) || die( "Can't access directly" );
// Helper constants.
define( 'CUSTOMIZER_RESET_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'CUSTOMIZER_RESET_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CUSTOMIZER_RESET_PLUGIN_VERSION', '1.1.1' );
require __DIR__ . '/autoload.php';