Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_date_added_gmt
Save time as a MySQL DATETIME in GMT.
Method of the class: ShopperListItem{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_date_added_gmt(): string;
ShopperListItem::get_date_added_gmt() ShopperListItem::get date added gmt code WC 10.9.1
public function get_date_added_gmt(): string {
return $this->date_added_gmt;
}