Archive | /wp-includes/user.php RSS feed for this section

_fill_single_user

Unserialize user metadata, fill $user object, then cache everything.

4317

Continue reading

_fill_many_users

Take an array of user objects, fill them with metas, and cache them.

4315

Continue reading

wp_dropdown_users

Create dropdown HTML content of users.The content can either be displayed, which it is by default or retrieved by setting the ‘echo’ argument. The ‘include’ and ‘exclude’ arguments do not need to be used; all users will be displayed in that case. Only one can be used, either ‘include’ or ‘exclude’, but not both.

3619

Continue reading