Skip to content

Instantly share code, notes, and snippets.

@rickslayer
Last active September 12, 2018 15:00
Show Gist options
  • Save rickslayer/18ea94dc91c4e0b5ec0015a1acfdee4a to your computer and use it in GitHub Desktop.
Save rickslayer/18ea94dc91c4e0b5ec0015a1acfdee4a to your computer and use it in GitHub Desktop.
Remove Product Meta from Woocommerce Product Page
/* Remove product meta on page product*/
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