Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_date_added_gmtpublicWC 1.0

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() code WC 10.9.1

public function get_date_added_gmt(): string {
	return $this->date_added_gmt;
}