apply_filters( 'wp_dropdown_users', string $output )

Filters the wp_dropdown_users() HTML output.


Parameters

$output

(string) HTML output generated by wp_dropdown_users().


Source

File: wp-includes/user.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.