Programatically adding taxonomy terms as a Hierachy
Problem
We can programatically add taxonomies, thats easy but adding it as a child term is the hard part
Solution
We need to fist create a validation function dedicated for the term reference filed
$form[TAG_FIELD_NAME]['#element_validate'][] = 'taxonomy_field_tags_validate';