WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about check_password

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 2557 /**
* Filters whether the plaintext password matches the encrypted password.
*
* @since 2.5.0
*
* @param bool $check Whether the passwords match.
* @param string $password The plaintext password.
* @param string $hash The hashed password.
* @param string|int $user_id User ID. Can be empty.
*/
wp-includes/pluggable.php apply_filters 2571 /**
* Filters whether the plaintext password matches the encrypted password.
*
* @since 2.5.0
*
* @param bool $check Whether the passwords match.
* @param string $password The plaintext password.
* @param string $hash The hashed password.
* @param string|int $user_id User ID. Can be empty.
*/

Hook Parameters

Parameter Type Name Description
bool $check Whether the passwords match.
string $password The plaintext password.
string $hash The hashed password.
string|int $user_id User ID. Can be empty.
bool $check Whether the passwords match.
string $password The plaintext password.
string $hash The hashed password.
string|int $user_id User ID. Can be empty.