Uname: Linux p3plzcpnl499967.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: Apache
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 208.109.40.231
Your Ip: 216.73.216.26
User: nayff91c5tsx (10005085) | Group: nayff91c5tsx (10005085)
Safe Mode: OFF
Disable Function:
NONE

name : crocoblock-wizard.php
<?php
/**
 * Plugin Name: Crocoblock Wizard
 * Plugin URI:  https://crocoblock.com/
 * Description: A powerful tool to install Crocoblock package, Jet Plugins, export and import skins quick and easy!
 * Version:     1.2.8
 * Author:      Crocoblock
 * Author URI:  https://crocoblock.com/
 * Text Domain: crocoblock-wizard
 * License:     GPL-3.0+
 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
 * Domain Path: /languages
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die();
}

add_action( 'plugins_loaded', 'crocoblock_wizard_init' );

/**
 * Initializes plugin on plugins_loaded hook
 *
 * @return void
 */
function crocoblock_wizard_init() {

	define( 'CB_WIZARD_VERSION', '1.2.8' );

	define( 'CB_WIZARD__FILE__', __FILE__ );
	define( 'CB_WIZARD_PLUGIN_BASE', plugin_basename( CB_WIZARD__FILE__ ) );
	define( 'CB_WIZARD_PATH', plugin_dir_path( CB_WIZARD__FILE__ ) );
	define( 'CB_WIZARD_URL', plugins_url( '/', CB_WIZARD__FILE__ ) );

	require CB_WIZARD_PATH . 'includes/plugin.php';

}

/**
 * Returns Plugin class instance
 *
 * @return Crocoblock_Wizard\Plugin
 */
function crocoblock_wizard() {
	return Crocoblock_Wizard\Plugin::instance();
}

register_activation_hook( __FILE__, 'crocoblock_wizard_activation' );

/**
 * Callback for plugin activation hook
 *
 * @return void
 */
function crocoblock_wizard_activation() {
	set_transient( 'crocoblock_wizard_redirect', true, MINUTE_IN_SECONDS );
}
© 2026 GrazzMean