Created
August 30, 2017 13:22
-
-
Save ScarletPonytail/6223856373643f35a0520220fb6e2a9a to your computer and use it in GitHub Desktop.
Woocommerce - Hide SKUs
This file contains hidden or 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
// 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