term ids from taxonomy
$tax_query = array( array( 'taxonomy' => 'project-city', 'field' => 'term_id', 'include_children' => true, ), array( ), );
$tax_query = array( array( 'taxonomy' => 'project-city', 'field' => 'term_id', 'include_children' => true, ), array( ), );