WC_Product::child_has_dimensions
Does a child have dimensions?
Метод класса: WC_Product{}
Хуков нет.
Возвращает
true|false.
Использование
$WC_Product = new WC_Product(); $WC_Product->child_has_dimensions();
Список изменений
| С версии 3.0.0 | Введена. |
Код WC_Product::child_has_dimensions() WC Product::child has dimensions WC 11.0.1
public function child_has_dimensions() {
return false;
}