wc_product_dimensions_enabled()
Returns whether or not product dimensions (HxWxD) are enabled.
Hooks from the function
Return
true|false
.
Usage
wc_product_dimensions_enabled();
wc_product_dimensions_enabled() wc product dimensions enabled code WC 9.5.1
function wc_product_dimensions_enabled() { return apply_filters( 'wc_product_dimensions_enabled', true ); }