wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_authenticate › Les Actions WordPress

Depuis1.5.1
Dépréciéen/a
do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] )
Paramètres: (2)
  • (string) $user_login Username (passed by reference).
    Requis: Oui
  • (string) $user_password User password (passed by reference).
    Requis: Oui
Défini(e) dans:
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'] ) );