Skip to content

Commit

Permalink
WC Disable Marketplace promotions
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 17, 2024
1 parent 1007d54 commit 39c3ed3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mu-plugins/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ static function ($features) {
10,
0
);

// Disable Marketplace promotions
add_filter(
'woocommerce_marketplace_suppress_promotions',
'__return_true',
10,
0
);

0 comments on commit 39c3ed3

Please sign in to comment.