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



edit_user_created_user › WordPress Action Hooks

Da4.4.0
Deprecaton/a
do_action( 'edit_user_created_user', $user_id, $notify )
Parametri: (2)
  • (int|WP_Error) $user_id ID of the newly created user or WP_Error on failure.
    Richiesto:
  • (string) $notify Type of notification that should happen. See wp_send_new_user_notifications() for more information.
    Richiesto:
Definito a:
Codex:

Fires after a new user has been created.





Sorgenti

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