Skip to content

Commit 288e50e

Browse files
authored
Merge pull request #265 from Codeinwp/chore/drop-promos
chore: disable otter promos by default
2 parents 85c094c + 42aacd3 commit 288e50e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Modules/Promotions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public function can_load( $product ) {
129129

130130
$this->debug = apply_filters( 'themeisle_sdk_promo_debug', $this->debug );
131131
$promotions_to_load = apply_filters( $product->get_key() . '_load_promotions', array() );
132-
$promotions_to_load[] = 'otter';
133132
$promotions_to_load[] = 'optimole';
134133
$promotions_to_load[] = 'rop';
135134
$promotions_to_load[] = 'woo_plugins';

0 commit comments

Comments
 (0)