eo_get_ticket
since 1.0
Pro
eo_get_ticket( $ticket_id )
Retrieve a specific event ticket by ID
Returns a ticket of the form
ticket ID => array(
name => [Ticket Name]
spaces => [How Many Spaces this ticket was *created* with]
price => [The ticket price]
occurrence_ids => [Array of occurrence IDs corresponding to the dates this ticket is available]
)
Parameters
int
|
$ticket_id |
The ticket ID
|
Return value
array
|
An array of tickets
|
Changelog