HEX
Server: LiteSpeed
System: Linux server.nevid-deploma.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: smilepac (1037)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/src/litespeed-wp-plugin/2.9.9.2/litespeed-cache/thirdparty/lscwp-registry-3rd.php
<?php

/**
 * The registry for Third Party Plugins Integration files.
 *
 * This file is only used to include the integration files/classes.
 * This works as an entry point for the initial add_action for the
 * detect function.
 *
 * It is not required to add all integration files here, this just provides
 * a common place for plugin authors to append their file to.
 *
 */
if ( ! defined('ABSPATH') ) {
    die() ;
}

$thirdparty_list = array(
	'aelia-currencyswitcher',
	'autoptimize',
	'bbpress',
	'betterwp-minify',
	'contact-form-7',
	'nextgengallery',
	'theme-my-login',
	'woocommerce',
	'wp-polls',
	'wplister',
	'wptouch',
	'yith-wishlist',
	'avada',
	'wp-postratings',
	'divi-theme-builder',
	'wpml',
	'wpdiscuz',
	'facetwp',
	'amp-bypass',
	'elementor',
) ;

foreach ($thirdparty_list as $val) {
	include_once(LSCWP_DIR . 'thirdparty/lscwp-3rd-' . $val . '.cls.php') ;
}