Adding Custom Taxonomy to WordPress default Post type

Try this

add_action( 'init', 'tag_synchro', 10 );

It might be the case that, when you set priority to 0 , your callback does not get called.