summaryrefslogtreecommitdiff
blob: 9d5462747315505457b1f3926cfdf6160bcc9459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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' );

// 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' );