Sanitize user field based on context.
wp_dropdown_users
Filters the wp_dropdown_users() HTML output.
wp_dropdown_users_args
Filters the query arguments for the list of users in the dropdown.
wp_dropdown_users
Create dropdown HTML content of users.
Advertisement
setup_userdata
Set up global user vars.
pre_count_users
Filter the user count before queries are run. Return a non-null value to cause count_users() to return early.
count_users
Count number of users who have each of the user roles.
update_user_meta
Update user meta field based on user ID.
Advertisement
get_user_meta
Retrieve user meta field for a user.
add_user_meta
Adds meta data to a user.
delete_user_meta
Remove metadata matching criteria from a user.
is_user_member_of_blog
Find out whether a user is a member of a given blog.
Advertisement
get_blogs_of_user
Filters the list of sites a user belongs to.
pre_get_blogs_of_user
Filters the list of a user’s sites before it is populated.
get_blogs_of_user
Get the sites a user belongs to.