apply_filters( ‘wp_dropdown_cats’, string $output, array $parsed_args )

In this article

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

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.