Tribe__Tickets__Commerce__PayPal__Order::get_ticket_ids()
Returns the post IDs of the tickets related to this Order.
Return
(array)
Source
File: src/Tribe/Commerce/PayPal/Order.php
public function get_ticket_ids() {
return $this->ticket_ids;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |