wc_product_dimensions_enabled()
Returns whether or not product dimensions (HxWxD) are enabled.
Description Description
Return Return
(bool)
Source Source
File: includes/wc-product-functions.php
function wc_product_dimensions_enabled() { return apply_filters( 'wc_product_dimensions_enabled', true ); }