Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created August 3, 2015 13:08
Show Gist options
  • Save BeardedGinger/fb8d2f040bb1b3afa620 to your computer and use it in GitHub Desktop.
Save BeardedGinger/fb8d2f040bb1b3afa620 to your computer and use it in GitHub Desktop.
<?php
$additional_data = array();
$event_id = get_post_meta( get_the_ID(), '_EventVenueID' );
$venue_city = get_post_meta( $event_id, '_VenueCity' );
$additional_data['city'] = $venue_city;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment