category_description()函数是Wordpress函数,检索类别描述。
category_description( int $category )
检索类别描述。
Retrieve category description.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$category | (int) | 可选 | 类别ID。默认情况下将使用全局类别ID。 |
返回(Return)
(string)类别描述,可用。
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.0.0 | wp-includes/category-template.php:275 | 0 | 1 function |