Skip to content

Instantly share code, notes, and snippets.

@full-stack-king
Last active December 26, 2019 16:11
Show Gist options
  • Save full-stack-king/8adfda8b05357f4d88df15b8b3e27b0a to your computer and use it in GitHub Desktop.
Save full-stack-king/8adfda8b05357f4d88df15b8b3e27b0a to your computer and use it in GitHub Desktop.
Remove or Hide product meta (SKU, categories and tags) from WooCommerce single product pages
/* Add this code at the bottom of your theme's function.php or in your plugin code */
/* Remove product meta */
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