Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_product_id
Product ID at save time.
Method of the class: ShopperListItem{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_product_id(): int;
ShopperListItem::get_product_id() ShopperListItem::get product id code WC 10.9.1
public function get_product_id(): int {
return $this->product_id;
}