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