wp_dropdown_users WordPress Filter Hook
The wp_dropdown_users hook allows you to create a drop-down menu of users on your WordPress site. This can be useful for allowing visitors to select a user from a list, or for creating a list of users for a specific purpose.
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
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |