Created
October 7, 2016 11:48
-
-
Save fearlex/49e454e8095df6eae68830a5d1685ec3 to your computer and use it in GitHub Desktop.
A collection of WooCommerce Snippets that can be useful for different tasks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -- 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