Hi Lucy,
Thanks for reaching out to us! Interesting question here 🙂
The tribe_get_organizers is in fact very basic and doesn’t allow much customization. I guess there are to options here:
- Write your own function to get organizers: you could copy the code of tribe_get_organizers and add the needed parameters for order to the query.
- Use arrays sorting functions to re-order the output of tribe_get_organizers: http://php.net/manual/en/array.sorting.php
There’s no better one, it just depends on what works best for your site.
Please let me know if this answers your question,
Best,
Nico