Filters the taxonomy drop-down output.
Parameters
$outputstring- HTML output.
$parsed_argsarray- Arguments used to build the drop-down.
Source
$output = apply_filters( 'wp_dropdown_cats', $output, $parsed_args );
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.