Created
January 7, 2019 14:01
-
-
Save ville6000/e15c0951db096ec388f990b46e6fb129 to your computer and use it in GitHub Desktop.
Remove WooCommerce product meta from single product page
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
<?php | |
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment