apply_filters( 'wp_list_categories', string $output, array|string $args )

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.

Top ↑

Source

File: wp-includes/category-template.php. View all references

$html = apply_filters( 'wp_list_categories', $output, $args );


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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