| Conditions | 3 |
| Paths | 3 |
| Total Lines | 25 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | 'buddypress.php', |
||
| 15 | 'class.jetpack-amp-support.php', |
||
| 16 | 'class.jetpack-modules-overrides.php', // Special case. Tools to be used to override module settings. |
||
| 17 | 'debug-bar.php', |
||
| 18 | 'domain-mapping.php', |
||
| 19 | 'polldaddy.php', |
||
| 20 | 'qtranslate-x.php', |
||
| 21 | 'vaultpress.php', |
||
| 22 | 'wpml.php', |
||
| 23 | 'woocommerce.php', |
||
| 24 | 'woocommerce-services.php', |
||
| 25 | ); |
||
| 26 | |||
| 27 | foreach ( $compat_files as $file ) { |
||
| 28 | if ( file_exists( JETPACK__PLUGIN_DIR . '/3rd-party/' . $file ) ) { |
||
| 29 | require_once JETPACK__PLUGIN_DIR . '/3rd-party/' . $file; |
||
| 30 | } |
||
| 31 | } |
||
| 32 |