wc_product_sku_enabled

wc_product_sku_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_product_sku_enabled') is found 1 times:

  • /includes/wc-product-functions.php line 97
     *
     * @return bool
     */
    function wc_product_sku_enabled() {
    	return apply_filters( 'wc_product_sku_enabled', true );
    }
    
    /**
     * Returns whether or not product weights are enabled.
     *
     * @return bool