wc_product_weight_enabled()

Returns whether or not product weights are enabled.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/wc-product-functions.php

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

Top ↑

User Contributed Notes User Contributed Notes

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