wp_hash_password unexpected behaviour

That’s just not the way it works. wp_hash_password() will always return a different value for the same password due to SALTing.

You are searching for the wp_check_password() function.

Leave a Comment