File: wp-includes/pluggable-deprecated.php
-
functionget_currentuserinfo()
Populate global variables with information about the currently logged in user.
-
classwp_atom_server
-
methodwp_atom_server::__call()
-
-
functionset_current_user()
Changes the current user by ID or name.
-
functionget_userdatabylogin()
Retrieve user info by login name.
-
functionget_user_by_email()
Retrieve user info by email.
-
functionwp_setcookie()
Sets a cookie for a user who just logged in. This function is deprecated.
-
functionwp_clearcookie()
Clears the authentication cookie, logging the user out. This function is deprecated.
-
functionwp_get_cookie_login()
Gets the user cookie login. This function is deprecated.
-
functionwp_login()
Checks a users login information and logs them in if it checks out. This function is deprecated.