Skip to content

Instantly share code, notes, and snippets.

@shadimanna
Created September 25, 2019 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadimanna/68447d3c6806f14d1e59ae593c04ce2e to your computer and use it in GitHub Desktop.
Save shadimanna/68447d3c6806f14d1e59ae593c04ce2e to your computer and use it in GitHub Desktop.
add_filter('pr_shipping_dhl_base_country', 'my_custom_base_country');
function my_custom_base_country( $base_country ) {
return 'DE';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment