Automattic\WooCommerce\Internal\ShopperLists
ShopperList::get_date_created_gmt
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() ShopperList::get date created gmt WC 10.9.1
public function get_date_created_gmt(): string {
return $this->date_created_gmt;
}