On this page
apply_filters( 'wp_dropdown_cats', string $output, array $parsed_args )
Filters the taxonomy drop-down output.
Parameters
$outputstring-
HTML output.
$parsed_argsarray-
Arguments used to build the drop-down.
Source
File: wp-includes/category-template.php. View all references
$output = apply_filters( 'wp_dropdown_cats', $output, $parsed_args );
Related
Used By
| Used By | Description |
|---|---|
| wp_dropdown_categories() wp-includes/category-template.php | Displays or retrieves the HTML dropdown list of categories. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_dropdown_cats