wc_product_sku_enabled()

Returns whether or not SKUS are enabled.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/wc-product-functions.php

function wc_product_sku_enabled() {
	return apply_filters( 'wc_product_sku_enabled', true );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.