HEX
Server: LiteSpeed
System: Linux server902.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: deshuvsd (2181)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/deshuvsd/www/wp-content/plugins/jetformbuilder/compatibility/compatibility-controller.php
<?php


namespace JFB_Compatibility;

use JFB_Components\Module\Module_Controller_Trait;
use JFB_Components\Module\Module_Controller_It;

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

class Compatibility_Controller implements Module_Controller_It {

	use Module_Controller_Trait;

	public function rep_instances(): array {
		return array(
			new Litespeed\Litespeed(),
			new Woocommerce\Woocommerce(),
			new Elementor\Elementor(),
			new Bricks\Bricks(),
			new Jet_Engine\Jet_Engine(),
			new Jet_Appointment\Jet_Appointment(),
			new Jet_Booking\Jet_Booking(),
			new Polylang\Polylang(),
			new Wpml\Wpml(),
			new Jet_Style_Manager\Jet_Style_Manager(),
		);
	}

}