get_terms
最后更新于:2021-11-26 23:20:53
apply_filters( ‘get_terms’, array $terms, array $taxonomies, array $args, GC_Term_Query $term_query )
Filters the found terms.
参数
- $terms
-
(array)
Array of found terms. - $taxonomies
-
(array)
An array of taxonomies. - $args
-
(array)
An array of get_terms() arguments. - $term_query
-
(GC_Term_Query)
The GC_Term_Query object.
源文件
文件: gc-includes/taxonomy.php