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.5.2

apply_filters('wp_dropdown_cats') is found 1 times:

  • /wp-includes/category-template.php line 479
    	 *
    	 * @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: