Ir al contenido Ir a la barra lateral

Este tema contiene 0 respuesta, tiene 0 voces.

Última actualización por hayesP hace 3 meses.

Asistido por: Noman.

Autor Publicaciones
Abril 14, 2025 a las 1:31 pm #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?