Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_date_added_gmt
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() ShopperListItem::get date added gmt WC 11.0.1
public function get_date_added_gmt(): string {
return $this->date_added_gmt;
}