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



added_existing_user › WordPress Action Hooks

SeitMU (3.0.0)
Veraltetn/v
do_action( 'added_existing_user', $details['user_id'], $result )
Parameter: (2)
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (true|WP_Error) $result True on success or a WP_Error object if the user doesn't exist or could not be added.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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