| @@ -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; |
| @@ -15,11 +17,14 @@ | ||
| 15 | 17 | use TierPricingTable\Integrations\Plugins\WooPaymentsMulticurrency; |
| 16 | 18 | use TierPricingTable\Integrations\Plugins\WombatProductAddons; |
| 17 | 19 | use TierPricingTable\Integrations\Plugins\WooCommerceDeposits; |
| 18 | 20 | use TierPricingTable\Integrations\Plugins\WooCommerceProductAddons; |
| 21 | +use TierPricingTable\Integrations\Plugins\WooCommerceSubscriptions; | |
| 19 | 22 | use TierPricingTable\Integrations\Plugins\WOOCS; |
| 20 | 23 | use TierPricingTable\Integrations\Plugins\WPAllImport; |
| 21 | 24 | use TierPricingTable\Integrations\Plugins\WPMLMulticurrency; |
| 25 | +use TierPricingTable\Integrations\Plugins\WPMLMultilingual; | |
| 26 | +use TierPricingTable\Integrations\Plugins\YithMulticurrency; | |
| 22 | 27 | use TierPricingTable\Integrations\Plugins\YithRequestAQuote; |
| 23 | 28 | use TierPricingTable\Integrations\Plugins\Yoast\Yoast; |
| 24 | 29 | use TierPricingTable\Integrations\Themes\Astra; |
| 25 | 30 | use TierPricingTable\Integrations\Themes\Avada; |
| @@ -52,9 +57,12 @@ | ||
| 52 | 57 | |
| 53 | 58 | $plugins = apply_filters( 'tiered_pricing_table/integrations/plugins', array( |
| 54 | 59 | ElementorIntegration::class, |
| 55 | 60 | WPAllImport::class, |
| 61 | + U2CodeProductAddons::class, | |
| 62 | + U2CodeMulticurrency::class, | |
| 56 | 63 | WooCommerceProductAddons::class, |
| 64 | + WooCommerceSubscriptions::class, | |
| 57 | 65 | ProductBundles::class, |
| 58 | 66 | WooCommerceDeposits::class, |
| 59 | 67 | WOOCS::class, |
| 60 | 68 | WCPA::class, |
| @@ -62,9 +70,11 @@ | ||
| 62 | 70 | MixMatch::class, |
| 63 | 71 | |
| 64 | 72 | WCCS::class, |
| 65 | 73 | WPMLMulticurrency::class, |
| 74 | + WPMLMultilingual::class, | |
| 66 | 75 | WooPaymentsMulticurrency::class, |
| 76 | + YithMulticurrency::class, | |
| 67 | 77 | YithRequestAQuote::class, |
| 68 | 78 | AddifyRequestAQuote::class, |
| 69 | 79 | |
| 70 | 80 | WombatProductAddons::class, |