get_tags
最后更新于:2021-11-26 23:19:03
apply_filters( ‘get_tags’, GC_Term[]|int|GC_Error $tags, array $args )
Filters the array of term objects returned for the ‘post_tag’ taxonomy.
参数
- $tags
-
(GC_Term[]|int|GC_Error)
Array of ‘post_tag’ term objects, a count thereof, or GC_Error if any of the taxonomies do not exist. - $args
-
(array)
An array of arguments. @see get_terms()
源文件
文件: gc-includes/category.php