Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created February 21, 2013 19:47
Show Gist options
  • Save ckpicker/5007550 to your computer and use it in GitHub Desktop.
Save ckpicker/5007550 to your computer and use it in GitHub Desktop.
function my_function_to_kill_event_save( $post_id ) {
var_dump( $post_id );
exit();
}
add_action( 'tribe_events_update_meta', 'my_function_to_kill_event_save', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment