<?php $address = array_filter( eo_get_venue_address() ); echo implode( ", ", $address ); ?>
これだと、以下の順番で出力され、日本の住所表記には適しません。
- ‘address’
- ‘city’
- ‘state’ – the state/province/county of the venue
- ‘postcode’
- ‘country’
http://codex.wp-event-organiser.com/function-eo_get_venue_address.html