Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_product_title_at_savepublicWC 1.0

Snapshot of the product title at save time.

Method of the class: ShopperListItem{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_product_title_at_save(): string;

ShopperListItem::get_product_title_at_save() code WC 10.9.1

public function get_product_title_at_save(): string {
	return $this->product_title_at_save;
}