Skip to content

Commit

Permalink
fix WC hook priority
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 15, 2024
1 parent 7837970 commit 383e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static function ($features) {
];
return array_diff($features, $disabled_features);
},
0,
11,
1
);

Expand Down

0 comments on commit 383e73e

Please sign in to comment.