wc_get_weight – WooCommerce Core Function

The following useful function is found in the includes/wc-core-functions.php and can be used by themes and plugins.

Takes a weight ($weight) weighed in WooCommerce’s weight unit and converts it to the target weight unit ($to_unit).

wc_get_weight( 10, 'lbs' )