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