woocommerce_cart_contents_weight, $weight
woocommerce_cart_contents_weight, $weight
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_contents_weight, $weight') is found 1 times:
- /includes/class-wc-cart.php line 755
$weight += (float) $values['data']->get_weight() * $values['quantity']; } } return apply_filters( 'woocommerce_cart_contents_weight', $weight ); } /** * Get cart items quantities - merged so we can do accurate stock checks on items across multiple lines. * * @return array