Skip to content

Instantly share code, notes, and snippets.

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 MinaPansuriya/acccfea13d1325593ec49045852cfe3b to your computer and use it in GitHub Desktop.
Save MinaPansuriya/acccfea13d1325593ec49045852cfe3b to your computer and use it in GitHub Desktop.
/**
* @Title: WooCommerce Remove SKU from the website completely.
* @Author: Mina Pansuriya
* @Website: http://minapansuriya.com
*/
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