| Server IP : 116.202.121.150 / Your IP : 216.73.216.20 Web Server : Apache System : Linux server5.febas.net 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64 User : k9887-1 ( 1171) PHP Version : 8.2.33 Disable Function : show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/k9887-1/htdocs/_fisch/wp-content/themes/dt-the7/inc/mods/compatibility/ |
Upload File : |
<?php
/**
* Compatibility module.
*
* @since 3.0.0
*
* @package The7
*/
defined( 'ABSPATH' ) || exit;
$path = dirname( __FILE__ );
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();
}