Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_product_idpublicWC 1.0

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() code WC 10.9.1

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