wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_authenticate › WordPress Action Hooks

Since1.5.1
Deprecatedn/a
do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] )
Parameters: (2)
  • (string) $user_login Username (passed by reference).
    Required: Yes
  • (string) $user_password User password (passed by reference).
    Required: Yes
Defined at:
Codex:

Fires before the user is authenticated.

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





Source

do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] ) );