【函数介绍】
wp_create_category() 用于创建新分类,可指定父类
【函数用法】
【参数】
$cat_name
(string) (必须) 创建的新分类名.
默认: None
$parent
(integer) (可选) 父类ID.
默认: None
【返回值】
(integer)
返回新创建的分类ID,如果创建失败则返回0.
【示例】
【源代码】
wp_create_category() 位于 wp-admin/includes/taxonomy.php.
create
分类
函数
wp
WordPress