Filters the HTML output of a taxonomy list.
Parameters
$output
string- HTML output.
$args
array|string- An array or query string of taxonomy-listing arguments. See wp_list_categories() for information on accepted arguments.
More Arguments from wp_list_categories( … $args )
Array or string of arguments. See WP_Term_Query::__construct() for information on accepted arguments.
Source
$html = apply_filters( 'wp_list_categories', $output, $args );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.