Created
June 1, 2021 18:58
-
-
Save manuelhudec/24919297352b896399cb02f3d7033f62 to your computer and use it in GitHub Desktop.
German Market WP Plugin - Hide tax details & delivery time in products archive
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_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