Drupal6 - 从术语名称获取术语ID
嗨
假设我有一个术语名称为“product”,术语 id 为“123”,如何使用术语名称“product”获取术语 id“123”?
谢谢
Hi
Suppose I have a term name called "product" and the term id is "123", how can I use the term name "product" to get the term id "123"?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该对你有用。
This should work for you.
使用此函数
返回值是 array 。
use this function
return value is array .