Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_product_title_at_save
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() 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;
}