Description
Filters the wp_dropdown_users() HTML output.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 1767 |
Parameters
Type | Name | Description |
---|---|---|
string | $output | HTML output generated by wp_dropdown_users(). |
PHP Doc
/**
* Filters the wp_dropdown_users() HTML output.
*
* @since 2.3.0
*
* @param string $output HTML output generated by wp_dropdown_users().
*/