Retrieve list of users matching criteria.
delete_user_option
Delete user option with global blog capability.
update_user_option
Update user option with global blog capability.
get_user_option
Retrieve user option that can be either per Site or per Network.
Advertisement
get_user_option_{$option}
Filters a specific user option value.
get_current_user_id
Get the current user’s ID
count_many_users_posts
Number of posts written by a list of users.
get_usernumposts
Filters the number of posts a user has written.
Advertisement
count_user_posts
Number of posts user has written.
check_is_user_spammed
Filters whether the user has been marked as a spammer.
wp_validate_logged_in_cookie
Validates the logged-in cookie.
wp_authenticate_spam_check
For Multisite blogs, check if the authenticated user has been marked as a spammer, or if the user’s primary blog has been marked as spam.
Advertisement
wp_authenticate_cookie
Authenticate the user using the WordPress auth cookie.
wp_authenticate_user
This filter is documented in wp-includes/user.php
wp_authenticate_email_password
Authenticates a user using the email and password.