Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:01
Show Gist options
  • Save bradleysa/b81c1acedaf7c36f69a9fc1be81d5b8b to your computer and use it in GitHub Desktop.
Save bradleysa/b81c1acedaf7c36f69a9fc1be81d5b8b to your computer and use it in GitHub Desktop.
WC: Hide “SKU” & “Category:__” & “Tag:__” on Single Product Page
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
/** https://www.businessbloomer.com/woocommerce-hide-category-tag-single-product-page/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment