Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created July 23, 2025 11:04
Show Gist options
  • Select an option

  • Save dennisnissle/7fa76195ab20ccc2a71a8e5e000ed7e8 to your computer and use it in GitHub Desktop.

Select an option

Save dennisnissle/7fa76195ab20ccc2a71a8e5e000ed7e8 to your computer and use it in GitHub Desktop.
Adjust OSS threshold amount
<?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