Created
July 23, 2025 11:04
-
-
Save dennisnissle/7fa76195ab20ccc2a71a8e5e000ed7e8 to your computer and use it in GitHub Desktop.
Adjust OSS threshold amount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter( 'oss_woocommerce_delivery_threshold', function() { | |
| return 12000; | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment