Tribe__Tickets_Plus__Commerce__EDD__Main::get_all_tickets_ids()
Get an array of IDs of all tickets
Return
(array)
Source
File: src/Tribe/Commerce/EDD/Main.php
public function get_all_tickets_ids() {
global $wpdb;
return $wpdb->get_col( "SELECT post_id FROM $wpdb->postmeta WHERE meta_key = '" . $this->event_key . "'" );
}