WordPress File wp-includes/pluggable.php

auth_redirect()

Checks if a user is logged in, if not it redirects them to the login page.

cache_users()

Retrieve info for user lists to prevent multiple queries by get_userdata()

check_admin_referer()

Ensures intent by verifying that a user was referred from another admin page with the correct security nonce.

get_avatar()

Retrieve the avatar <img> tag for a user, email address, MD5 hash, comment, or post.