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



edit_user_created_user › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'edit_user_created_user', $user_id, $notify )
Parameter: (2)
  • (int|WP_Error) $user_id ID of the newly created user or WP_Error on failure.
    Erforderlich: Ja
  • (string) $notify Type of notification that should happen. See wp_send_new_user_notifications() for more information.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a new user has been created.





Quellcode

do_action( 'edit_user_created_user', $user_id, $notify );