apply_filters( 'wp_dropdown_cats', string $output, array $parsed_args )

Filters the taxonomy drop-down output.


Parameters

$output

HTML output.

$parsed_args

Arguments used to build the drop-down.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
2.1.0 Introduced.