wp_authenticate

Advertisement

Summery Summery

Fires before the user is authenticated.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$user_login

Username (passed by reference).

$user_password

User password (passed by reference).

Source Source

File: wp-includes/user.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.1 Introduced.

Advertisement

Leave a Reply