Filters the taxonomy drop-down output.
Parameters
$output
string- HTML output.
$parsed_args
array- 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.