Sauter la navigation

Marqué : 

Ce sujet contient 0 réponse, a 1 voix.

Dernière mise à jour par Lucas Il y a 10 mois et 3 semaines.

Assisté par: Dražen.

Auteur Articles
juin 21, 2024 à 8:05 am #15772192

Lucas

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.

Questions:
How can I get this term for all Lang?