Background of the issue:
I am trying to: $term_query = new WP_Term_Query(array(
'taxonomy' => 'locations',
'hide_empty' => false,
'parent' => 0,
));
I didn't translate this term, Because I just want to get term of default lang for every Languages.
Symptoms:
But it always return empty, I think it try to get the current Language's term.