Archive | Documentation RSS feed for this section

wp_clearcookie

Clears the authentication cookie, logging the user out. This function is deprecated.

3473

Continue reading

wp_check_password

Checks the plaintext password against the encrypted Password.Maintains compatibility between old version and the new cookie authentication protocol using PHPass library. The $hash parameter is the encrypted password and the function compares the plain text password when encrypted similarly against the already encrypted password to see if they match.

3469

Continue reading