apply_filters( ‘wp_list_categories’, string $output, array|string $args )

In this article

Filters the HTML output of a taxonomy list.

Parameters

$outputstring
HTML output.
$argsarray|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

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.