Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_variation_id
Variation ID at save time, or 0 for non-variable products.
Метод класса: ShopperListItem{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_variation_id(): int;
Код ShopperListItem::get_variation_id() ShopperListItem::get variation id WC 10.9.1
public function get_variation_id(): int {
return $this->variation_id;
}