fearlex
10/7/2016 - 11:48 AM

A collection of WooCommerce Snippets that can be useful for different tasks.

A collection of WooCommerce Snippets that can be useful for different tasks.

// -- Remove WooCommerce SKUs Completely
add_filter( 'wc_product_sku_enabled', '__return_false' );