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



added_existing_user › WordPress Action Hooks

DaMU (3.0.0)
Deprecaton/a
do_action( 'added_existing_user', $details['user_id'], $result )
Parametri: (2)
  • (int) $user_id User ID.
    Richiesto:
  • (true|WP_Error) $result True on success or a WP_Error object if the user doesn't exist or could not be added.
    Richiesto:
Definito a:
Codex:

Fires immediately after an existing user is added to a site.





Sorgenti

do_action( 'added_existing_user', $details['user_id'], $result );