Skip to content

Instantly share code, notes, and snippets.

@ville6000
Created January 7, 2019 14:01
Show Gist options
  • Save ville6000/e15c0951db096ec388f990b46e6fb129 to your computer and use it in GitHub Desktop.
Save ville6000/e15c0951db096ec388f990b46e6fb129 to your computer and use it in GitHub Desktop.
Remove WooCommerce product meta from single product page
<?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