Leave a Reply

1 comment

  1. It sounds like you’re looking for wp_get_object_terms() which takes an array of post IDs, a taxonomy, and some optional arguments to determine what to return.

    So, you’d use get_posts() to query future events, build an array of IDs, and then pass that array to wp_get_object_terms().