Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_key
Storage key — also used as the response identifier.
Метод класса: ShopperListItem{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_key(): string;
Код ShopperListItem::get_key() ShopperListItem::get key WC 10.9.1
public function get_key(): string {
return $this->key;
}