跳转至内容 跳转至侧边栏

本主题包含 0 則回覆 ,有 0 声音 。

最后由 hayesP 3 months前 更新。

协助者:: Noman.

作者 帖子
14 4 月, 2025 于 1: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?