常用函数-get_term_children()

0条评论

常用函数-get_term_children()

说明

将所有term子辈整合成一个单独数组。

该函数为递归函数,将$term的所有子辈整合到同一个数组中。仅对分层级的分类法有效。

若$taxonomy中没有$term则返回空数组。

用法

<?php get_term_children( $term, $taxonomy ) ?>

参数

$term

(字符串)(必需) 需要获取子辈的term的名称

默认值:None

$taxonomy

(字符串)(必需)分类法名称

默认值:None

返回的值

(array | WP_Error)

Term对象列表。$taxonomy不存在时返回WP_Error。

示例

注释

修改记录

自2.3.0版本后

源文件

get_term_children()位于 wp-includes/taxonomy.php中。

相关资源

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.