Skip to content

Instantly share code, notes, and snippets.

@fearlex
Created October 7, 2016 11:48
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 fearlex/49e454e8095df6eae68830a5d1685ec3 to your computer and use it in GitHub Desktop.
Save fearlex/49e454e8095df6eae68830a5d1685ec3 to your computer and use it in GitHub Desktop.
A collection of WooCommerce Snippets that can be useful for different tasks.
// -- Remove WooCommerce SKUs Completely
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