Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created March 9, 2012 23:43
Show Gist options
  • Save jkudish/2009346 to your computer and use it in GitHub Desktop.
Save jkudish/2009346 to your computer and use it in GitHub Desktop.
<?php
$args = array(
'Venue' => 'My great venue',
'Country' => 'Canada',
'Address' => '123 Fake St.',
'City' => 'Vancouver',
'Province' => 'BC',
);
$venue_id = tribe_create_venue($args);
update_post_meta($venue_id, 'ID', 'MCHS-MN-Rochester');
update_post_meta($venue_id, 'ParentID', 'MCHS');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment