wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_authenticate › WordPress Action Hooks

Da1.5.1
Deprecaton/a
do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] )
Parametri: (2)
  • (string) $user_login Username (passed by reference).
    Richiesto:
  • (string) $user_password User password (passed by reference).
    Richiesto:
Definito a:
Codex:

Fires before the user is authenticated.

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





Sorgenti

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