Tribe__Tickets__Commerce__PayPal__Order::get_creation_date()
Returns the local date and time this Order post was originally created.
Return
(string)
Source
File: src/Tribe/Commerce/PayPal/Order.php
public function get_creation_date() {
return $this->created;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |