Hi Tabytha.
If I’m understanding you correctly, you’re trying to add a drop down field that has its options generated programmatically.
I found these filters in /wp-content/plugins/event-tickets-plus/src/Tribe/Meta.php
- event_tickets_plus_meta_fields_by_ticket
- tribe_tickets_plus_get_meta_fields_by_event
and
- event_tickets_plus_field_settings
in /wp-content/plugins/event-tickets-plus/src/Tribe/Meta/Field/Abstract_Field.php
I’m not sure this will help, but it might…
Please let me know if you figure it out. It sounds like a neat customization!