wp_dropdown_cats WordPress Filter Hook
The wp_dropdown_cats hook is used to create a category drop-down list for a post. This hook is used in the admin interface when editing a post.
apply_filters( 'wp_dropdown_cats', string $output , array $parsed_args ) #
Filters the taxonomy drop-down output.
Parameters
- $output
(string)HTML output.
- $parsed_args
(array)Arguments used to build the drop-down.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |