HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/public_html/perfumaris/wp-content/plugins/wp-event-manager/external/external.php
<?php
/**
 * Load external compatibility tweaks.
 */

// Load external files
require_once('wpml.php');
require_once('polylang.php');
require_once('all-in-one-seo-pack.php');
require_once('jetpack.php');
require_once('yoast.php');

//load file for visual composer custom element of shortcode
require_once('visual-composer/index.php');

//check Elementor Plugin istallation
if(!function_exists('_is_elementor_installed')) {
	function _is_elementor_installed() {
		$file_path = 'elementor/elementor.php';
		$installed_plugins = get_plugins();

		return isset($installed_plugins[ $file_path ]);
	}
}

if(!function_exists('is_plugin_active')){
	include_once(ABSPATH . 'wp-admin/includes/plugin.php');
}

require_once('elementor.php');