check_password

check_password

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8.3

apply_filters('check_password') is found 1 times:

  • /wp-includes/pluggable.php line 2779
    		 * @param string     $hash     The hashed password.
    		 * @param string|int $user_id  Optional ID of a user associated with the password.
    		 *                             Can be empty.
    		 */
    		return apply_filters( 'check_password', $check, $password, $hash, $user_id );
    	}
    endif;
    
    if ( ! function_exists( 'wp_password_needs_rehash' ) ) :
    	/**
    	 * Checks whether a password hash needs to be rehashed.