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