WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_dropdown_cats

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category-template.php apply_filters 479 /**
* Filters the taxonomy drop-down output.
*
* @since 2.1.0
*
* @param string $output HTML output.
* @param array $parsed_args Arguments used to build the drop-down.
*/

Hook Parameters

Parameter Type Name Description
string $output HTML output.
array $parsed_args Arguments used to build the drop-down.