do_action_ref_array( 'wp_authenticate', string $user_login, string $user_password )

Fires before the user is authenticated.


Description Description

The variables passed to the callbacks are passed by reference, and can be modified by callback functions.


Parameters Parameters

$user_login

(string) Username (passed by reference).

$user_password

(string) User password (passed by reference).


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.