Tribe__Tickets__Commerce__PayPal__Order::get_ticket_ids()

Returns the post IDs of the tickets related to this Order.


Return

(array)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Order.php

	public function get_ticket_ids() {
		return $this->ticket_ids;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.