has_category()
has_category( string|int|array $category = ”, int|objec…
has_category( string|int|array $category = ”, int|object $post = null )
检查当前职位是否具有任何给定类别。
Check if the current post has any of given category.
目录锚点:#参数#返回#源码#笔记
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$category | (string | int | array) | 可选 | 要检查的类别名称/术语/id/slug或它们的数组。 |
$post | (int | object) | 可选 | 发布以检查而不是当前发布。 |
返回(Return)
(bool)如果当前职位具有任何给定的类别(或任何类别,如果未指定类别),则为True。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-includes/category-template.php:1424 | 1 function | 1 function |
笔记(Notes)
当前帖子设置了该函数返回true的类别。
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!