apply_filters( 'wp_list_categories', string $output , array $args )
Filters the HTML output of a taxonomy list.
Description Description
Parameters Parameters
- $output
-
(string) HTML output.
- $args
-
(array) An array of taxonomy-listing arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |