Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created February 15, 2013 20:24
Show Gist options
  • Save ckpicker/4963260 to your computer and use it in GitHub Desktop.
Save ckpicker/4963260 to your computer and use it in GitHub Desktop.
add_action( 'tribe_events_update_meta', 'my_function', 10, 1 );
function my_function( $event_id ) {
//Do some logic to save the event meta information here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment