HEX
Server: Apache
System: Linux sg01.asia.cpanel.serverhost.name 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
User: idnacom (1152)
PHP: 8.0.30
Disabled: link, symlink, exec, passthru, proc_close, proc_get_status, proc_open, shell_exec, system, popen, pclose
Upload Files
File: /var/home/idnacom/public_html/wp-content/plugins/superb-blocks/plugin.php
<?php

namespace SuperbAddons;

/*
Plugin Name: Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More
Plugin URI: https://superbthemes.com/
Description: Enhance your website building experience with our user-friendly tools and features. Create stunning designs effortlessly using our blocks, patterns, and theme designer for the Block Editor & FSE.
Version: 4.0.8
Author: SuperbThemes
Author URI: https://superbthemes.com/
License: GPL-3.0+
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: superb-blocks
* Elementor tested up to: 4.1
* Elementor Pro tested up to: 4.1
*/

defined('ABSPATH') || exit;

if (!defined('WPINC')) {
    die;
}
// Constants
if (!defined('SUPERBADDONS_VERSION')) {
    define('SUPERBADDONS_VERSION', '4.0.8');
}

if (!defined('SUPERBADDONS_LIBRARY_VERSION')) {
    define('SUPERBADDONS_LIBRARY_VERSION', 102);
}

if (!defined('SUPERBADDONS_BASE')) {
    define('SUPERBADDONS_BASE', plugin_basename(__FILE__));
}

if (!defined('SUPERBADDONS_BASE_PATH')) {
    define('SUPERBADDONS_BASE_PATH', __FILE__);
}

if (!defined('SUPERBADDONS_PATH')) {
    define('SUPERBADDONS_PATH', untrailingslashit(plugins_url('', SUPERBADDONS_BASE_PATH)));
}

if (!defined('SUPERBADDONS_PLUGIN_DIR')) {
    define('SUPERBADDONS_PLUGIN_DIR', plugin_dir_path(SUPERBADDONS_BASE_PATH));
}

if (!defined('SUPERBADDONS_ASSETS_PATH')) {
    define('SUPERBADDONS_ASSETS_PATH', SUPERBADDONS_PATH . '/assets');
}
//

// Autoload
require_once SUPERBADDONS_PLUGIN_DIR . 'vendor/autoload.php';

use SuperbAddons\SuperbAddonsPlugin;

SuperbAddonsPlugin::GetInstance();

//