is_term()
is_term( int|string $term, string $taxonomy = ”, int $p…
is_term( int|string $term, string $taxonomy = ”, int $parent )
检查术语是否存在。
Check if Term exists.
目录锚点:#说明#参数#返回#源码
说明(Description)
另见函数 term_exists()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$term | (int | string) | 必需 | 要检查的术语 |
$taxonomy | (string) | 可选 | 要使用的分类名称 |
$parent | (int) | 必需 | 限制exists搜索的父项的ID。 |
返回(Return)
(mixed)获取term id或term对象(mixed)。
源码(Source)
is_term() 函数的代码位于 wp-includes/taxonomy.php.
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/deprecated.php:2503 | 0 | 2 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!