过滤分类列表的HTML输出。
原型
apply_filters( 'wp_list_categories', string $output, array $args )
参数
$output
(string)
HTML输出。
$args
(array)
一系列分类法列表参数。
源文件
路径:wp-includes/category-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_list_categories/