apply_filters( 'wp_dropdown_cats', string $output , array $parsed_args )
Filters the taxonomy drop-down output.
Parameters
- $output
-
HTML output.
- $parsed_args
-
Arguments used to build the drop-down.
Source
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |