Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created August 30, 2017 13:22
Show Gist options
  • Save ScarletPonytail/6223856373643f35a0520220fb6e2a9a to your computer and use it in GitHub Desktop.
Save ScarletPonytail/6223856373643f35a0520220fb6e2a9a to your computer and use it in GitHub Desktop.
Woocommerce - Hide SKUs
// Hide SKUs
add_filter( 'wc_product_sku_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment