Skip to content

Instantly share code, notes, and snippets.

@inakicalvo
Last active June 15, 2019 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inakicalvo/230cf095ba451c18ba78c6f6bb452f17 to your computer and use it in GitHub Desktop.
Save inakicalvo/230cf095ba451c18ba78c6f6bb452f17 to your computer and use it in GitHub Desktop.
// Eliminar product meta de la página de producto en Woocommerce
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