Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swoboda/7d9638c05fe95933c200 to your computer and use it in GitHub Desktop.
Save swoboda/7d9638c05fe95933c200 to your computer and use it in GitHub Desktop.
woocommerce_enable_deprecated_additional_flat_rates
<?php
// Przywróć dodatkowe stawki w "płaskiej stawce"
add_filter( 'woocommerce_enable_deprecated_additional_flat_rates', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment