Created
June 1, 2021 18:57
-
-
Save manuelhudec/0c64ba076e5cddad729441f3e1c4ffa7 to your computer and use it in GitHub Desktop.
German Market WP Plugin - Hide tax details & delivery time in products
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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