Pular para o conteúdo Pular para a barra lateral

Este tópico contém 0, tem 0 vozes.

Última atualização: hayesP 1 ano atrás.

Assistido por: Noman.

Autor Posts
Abril 14, 2025 às 13:31 #16929781

hayesP

Background of the issue:
We have a custom tool on an existing English language site that uses get_terms() to get all terms from a taxonomy. The taxonomy is set to translatable, and the taxonomy terms have been translated.

Symptoms:
get_terms() returns all the English terms when the language is set to English, but returns nothing when the language is set to Spanish.

Questions:
Why does get_terms() return nothing for Spanish when the taxonomy terms have been translated?
How can we get get_terms() to return the appropriate taxonomy terms for the current language?