wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_dropdown_cats › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_dropdown_cats', $output, $parsed_args )
Parameter: (2)
  • () output HTML output.
    Erforderlich: Ja
  • () parsed_args Arguments used to build the drop-down.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the taxonomy drop-down output.





Quellcode

$output = apply_filters( 'wp_dropdown_cats', $output, $parsed_args );