Archive | Functions by letter w RSS feed for this section

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

wp_check_for_changed_slugs

Checked for changed slugs for published post objects and save the old slug.The function is used when a post object of any type is updated, by comparing the current and previous post objects.

3463

Continue reading