sp_get_all_child_terms()

X2.2.0新增

  1. sp_get_all_child_terms($term_id)
功能:

指定分类下的所有子分类

参数:

$term_id: 分类id

返回:

类型array,指定分类下的所有子分类

使用:
  1. $terms = sp_get_all_child_terms(1);