category_exists()函数是Wordpress函数,检查类别是否存在。
category_exists( int|string $cat_name, int $parent = null )
说明(Description)
另见函数 term_exists()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$cat_name | (int | string) | 必需 | 类别名称。 |
$parent | (int) | 可选 | 父项的ID。 |
返回(Return)
(mixed)
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.0.0 | wp-admin/includes/taxonomy.php:24 | 2 | 1 function |