Description
Filters the taxonomy drop-down output.
Occurrences
Filename | Line Number |
---|---|
wp-includes/category-template.php | 479 |
Parameters
Type | Name | Description |
---|---|---|
string | $output | HTML output. |
array | $parsed_args | Arguments used to build the drop-down. |
PHP Doc
/**
* 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.
*/