WC_Product_Variable::has_dimensions()
Returns whether or not the product has dimensions set.
Description Description
Return Return
(bool)
Source Source
File: includes/class-wc-product-variable.php
public function has_dimensions() { return parent::has_dimensions() || $this->child_has_dimensions(); }