Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_product_idpublicWC 1.0

Product ID at save time.

Метод класса: ShopperListItem{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_product_id(): int;

Код ShopperListItem::get_product_id() WC 10.9.1

public function get_product_id(): int {
	return $this->product_id;
}