当前浏览:首页 / WordPress函数 / is_term()

Warning: 此函数已被弃用,请使用 term_exists() 替代。

is_term( int|string $term, string $taxonomy = '', int $parent ): mixed

检查分类项(term)是否存在

is 条件判断more...

term 分类项more...


描述

另见


参数

$termint|string必填
要检查的分类项(term)
$taxonomystring可选
要使用的分类法名称

默认:''

$parentint必填
要限制现有搜索的父分类项的ID。

返回

mixed 获取分类项ID或分类项对象(如果存在)。



源码

查看源码 官方文档


更新日志

版本描述
3.0.0使用term_exists()
2.3.0开始引入