apply_filters( 'check_password', bool $check , string $password , string $hash , string|int $user_id )
Filters whether the plaintext password matches the encrypted password.
Parameters
- $check
-
Whether the passwords match.
- $password
-
The plaintext password.
- $hash
-
The hashed password.
- $user_id
-
User ID. Can be empty.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |