Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manuelhudec/0c64ba076e5cddad729441f3e1c4ffa7 to your computer and use it in GitHub Desktop.
Save manuelhudec/0c64ba076e5cddad729441f3e1c4ffa7 to your computer and use it in GitHub Desktop.
German Market WP Plugin - Hide tax details & delivery time in products
add_action( 'after_setup_theme', function() {
remove_action( 'woocommerce_single_product_summary', array( 'WGM_Template', 'woocommerce_de_price_with_tax_hint_single' ), 7 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment