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().


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More