Hi,
I am working on events that don’t have location in specific places, more like in farms next to them or in the forest. That’s why I love the ‘Use latitude + longitude’ option when editing a Venue.
However, I would like to have this option when Adding a New Event. Somehow, this option is not available there and I have to first create the venue, then edit this venue to add the latitude + longitude, which is annoying when I have many events.
I have tried implementing the `<?php do_action( ‘tribe_events_after_venue_metabox’, $post ); ?>
` that seems to trigger it in venue-meta-box.php just after line 150, but it doesn’t show up.
Any idea or tips to implement it?
Thanks!
-
This topic was modified 10 years, 2 months ago by
Yan. Reason: Format