Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_variation_attributespublicWC 1.0

Variation attributes captured at save time.

Method of the class: ShopperListItem{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_variation_attributes(): array;

ShopperListItem::get_variation_attributes() code WC 10.9.1

public function get_variation_attributes(): array {
	return $this->variation;
}