Skip to content

Instantly share code, notes, and snippets.

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