wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_authenticate › WordPress Action Hooks

Seit1.5.1
Veraltetn/v
do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] )
Parameter: (2)
  • (string) $user_login Username (passed by reference).
    Erforderlich: Ja
  • (string) $user_password User password (passed by reference).
    Erforderlich: Ja
Definiert in:
Codex:

Fires before the user is authenticated.

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





Quellcode

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