Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_date_added_gmtpublicWC 1.0

Save time as a MySQL DATETIME in GMT.

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

Хуков нет.

Возвращает

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

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

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_date_added_gmt(): string;

Код ShopperListItem::get_date_added_gmt() WC 11.0.1

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