Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_product_id
Product ID at save time.
Метод класса: ShopperListItem{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_product_id(): int;
Код ShopperListItem::get_product_id() ShopperListItem::get product id WC 10.9.1
public function get_product_id(): int {
return $this->product_id;
}