Automattic\WooCommerce\Internal\ShopperLists

ShopperList::get_date_created_gmtpublicWC 1.0

Creation time as a MySQL DATETIME in GMT.

Метод класса: ShopperList{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ShopperList = new ShopperList();
$ShopperList->get_date_created_gmt(): string;

Код ShopperList::get_date_created_gmt() WC 10.9.1

public function get_date_created_gmt(): string {
	return $this->date_created_gmt;
}