check_passwords

Advertisement

Summery Summery

Fires before the password and confirm password fields are checked for congruity.

Syntax Syntax

do_action_ref_array( 'check_passwords', string $user_login, string $pass1, string $pass2 )

Parameters Parameters

$user_login

The username.

$pass1

The password (passed by reference).

$pass2

The confirmed password (passed by reference).

Source Source

File: wp-admin/includes/user.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.1 Introduced.

Advertisement

Leave a Reply