HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/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';