Tribe__Tickets__Tickets::get_attendees_array( int $post_id )

Returns an array of attendees for the specified event, in relation to this ticketing provider.


Parameters

$post_id

(int) (Required) ID of parent "event" post


Top ↑

Return

(array)


Top ↑

Source

File: src/Tribe/Tickets.php

		public function get_attendees_array( $post_id ) {
			return $this->get_attendees_by_post_id( $post_id );
		}