WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_list_categories

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category-template.php apply_filters 681 /**
* Filters the HTML output of a taxonomy list.
*
* @since 2.1.0
*
* @param string $output HTML output.
* @param array|string $args An array or query string of taxonomy-listing arguments. See
* wp_list_categories() for information on accepted arguments.
*/

Hook Parameters

Parameter Type Name Description
string $output HTML output.
array|string $args An array or query string of taxonomy-listing arguments. See