Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/www/wp-content/themes/dt-the7/inc/mods/compatibility/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/www/wp-content/themes/dt-the7/inc/mods/compatibility/compatibility.php
<?php
/**
 * Compatibility module.
 *
 * @since 3.0.0
 *
 * @package The7
 */

defined( 'ABSPATH' ) || exit;

$path = dirname( __FILE__ );


if ( the7_is_gutenberg_theme_mode_active() ) {
	return;
}

include $path . '/class-compatibility-vc.php';
include $path . '/class-compatibility-ubermenu.php';
include $path . '/class-compatibility-tec.php';
include $path . '/class-compatibility-layerslider.php';
include $path . '/class-compatibility-jetpack.php';
include $path . '/class-compatibility-bbpress.php';
include $path . '/class-compatibility-ldlms.php';
include $path . '/class-compatibility-gopricing.php';
include $path . '/wpml/class-compatibility-wpml.php';
include $path . '/backward-compat/mod-the7-compatibility.php';
include $path . '/edd/class-compatibility-edd.php';
include $path . '/class-the7-sensei-compatibility.php';
include $path . '/the7-ti-wishlist-compatibility.php';

The7_Sensei_Compatibility::bootstrap();

if ( class_exists( 'WooCommerce', false ) ) {
	require_once $path . '/woocommerce/class-the7-woocommerce-compatibility.php';
	$woocommerce_adapter = new The7_Woocommerce_Compatibility();
	$woocommerce_adapter->bootstrap();
}

if ( defined( 'MECEXEC' ) ) {
	require_once $path . '/class-the7-mec-compatibility.php';
	$mec_compat = new The7_MEC_Compatibility();
	$mec_compat->bootstrap();
}

if ( defined( 'MPHB_PLUGIN_FILE' ) ) {
	require_once $path . '/class-the7-mphb-compatibility.php';
	$mphb_compat = new The7_MPHB_Compatibility();
	$mphb_compat->bootstrap();
}

if ( defined( 'ULTIMATE_VERSION' ) ) {
	require_once $path . '/class-the7-ultimate-vc-addons-compatibility.php';
	$ua_adapter = new The7_Ultimate_VC_Addons_Compatibility();
	$ua_adapter->bootstrap();
}

if ( the7_elementor_is_active() ) {
	require_once $path . '/elementor/class-the7-elementor-compatibility.php';
	The7_Elementor_Compatibility::instance();
}

if ( the7_fvm_is_active() && of_get_option( 'advanced-fvm_enable_integration' ) ) {
	require_once $path . '/class-the7-fvm-compatibility.php';
	$fvm_adapter = new The7_FVM_Compatibility();
	$fvm_adapter->bootstrap();
}




Spamworldpro Mini