State
State taxonomy query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'State', 'include_children' => true, ), );
State taxonomy query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'State', 'include_children' => true, ), );