| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/repository/wp-content/plugins/jetpack/3rd-party/ |
Upload File : |
<?php /** * Placeholder to load 3rd party plugin tweaks until a legit system * is architected */ require_once( JETPACK__PLUGIN_DIR . '3rd-party/buddypress.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/wpml.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/bitly.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/bbpress.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/woocommerce.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/domain-mapping.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/qtranslate-x.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/vaultpress.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/beaverbuilder.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/debug-bar.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/class.jetpack-modules-overrides.php' ); // We can't load this conditionally since polldaddy add the call in class constuctor. require_once( JETPACK__PLUGIN_DIR . '3rd-party/polldaddy.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/woocommerce-services.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/class.jetpack-amp-support.php' );