wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes
wp-includes/pluggable-deprecated.php › WordPress File
Fonctions8
› Deprecated pluggable functions from past WordPress versions. You shouldn't use these
functions and look for the alternatives instead. The functions will be removed in a
later version.
Function | Short description |
---|---|
get_currentuserinfo | Populate global variables with information about the currently logged in user. |
get_userdatabylogin | Retrieve user info by login name. |
get_user_by_email | Retrieve user info by email. |
set_current_user | Changes the current user by ID or name. |
wp_clearcookie | Clears the authentication cookie, logging the user out. This function is deprecated. |
wp_get_cookie_login | Gets the user cookie login. This function is deprecated. |
wp_login | Checks a users login information and logs them in if it checks out. This function is deprecated. |
wp_setcookie | Sets a cookie for a user who just logged in. This function is deprecated. |