wp_dropdown_cats

wp_dropdown_cats

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_dropdown_cats') is found 1 times:

  • /wp-includes/category-template.php line 479
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    *
     * @param string $output      HTML output.
     * @param array  $parsed_args Arguments used to build the drop-down.
     */
    $output = apply_filters( 'wp_dropdown_cats', $output, $parsed_args );
     
    if ( $parsed_args['echo'] ) {
        echo $output;
    }
     
    return $output;

See this hook used in plugins: