Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 1719 | /** * Filters the wp_dropdown_users() HTML output. * * @since 2.3.0 * * @param string $output HTML output generated by wp_dropdown_users(). */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $query_args | The query arguments for get_users(). |
array | $parsed_args | The arguments passed to wp_dropdown_users() combined with the defaults. |