wordpress通过分类名获取分类ID函数:get_cat_ID()

Adelle ·
更新时间:2024-11-14
· 832 次阅读

【函数介绍】

get_cat_ID()通过分类名获取分类ID,如果没检索到数据则返回0

【函数用法】 【参数】

$cat_name
(string) (可选) 分类名称,默认为 ‘General’ .
默认: ‘General’

【返回的值】

(整数)

出错时返回0,成功则返回类别编号。

【示例】

以下是在The_Loop(循环)中使用该函数的基本示例。

【源代码】

get_cat_ID() 位于 wp-includes/category.php中。




get id 分类 cat WordPress

需要 登录 后方可回复, 如果你还没有账号请 注册新账号