| @@ -8,8 +8,10 @@ | ||
| 8 | 8 | use TierPricingTable\Integrations\Plugins\MixMatch; |
| 9 | 9 | use TierPricingTable\Integrations\Plugins\ProductBundles; |
| 10 | 10 | use TierPricingTable\Integrations\Plugins\RankMath\RankMath; |
| 11 | 11 | use TierPricingTable\Integrations\Plugins\SEOPress\SEOPress; |
| 12 | +use TierPricingTable\Integrations\Plugins\U2CodeProductAddons; | |
| 13 | +use TierPricingTable\Integrations\Plugins\U2CodeMulticurrency; | |
| 12 | 14 | use TierPricingTable\Integrations\Plugins\WCCS; |
| 13 | 15 | use TierPricingTable\Integrations\Plugins\WCPA; |
| 14 | 16 | use TierPricingTable\Integrations\Plugins\WCPProductBundles; |
| 15 | 17 | use TierPricingTable\Integrations\Plugins\WooPaymentsMulticurrency; |
| @@ -55,8 +57,10 @@ | ||
| 55 | 57 | |
| 56 | 58 | $plugins = apply_filters( 'tiered_pricing_table/integrations/plugins', array( |
| 57 | 59 | ElementorIntegration::class, |
| 58 | 60 | WPAllImport::class, |
| 61 | + U2CodeProductAddons::class, | |
| 62 | + U2CodeMulticurrency::class, | |
| 59 | 63 | WooCommerceProductAddons::class, |
| 60 | 64 | WooCommerceSubscriptions::class, |
| 61 | 65 | ProductBundles::class, |
| 62 | 66 | WooCommerceDeposits::class, |