wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_user_created_user › WordPress Action Hooks

Since4.4.0
Deprecatedn/a
do_action( 'edit_user_created_user', $user_id, $notify )
Parameters: (2)
  • (int|WP_Error) $user_id ID of the newly created user or WP_Error on failure.
    Required: Yes
  • (string) $notify Type of notification that should happen. See wp_send_new_user_notifications() for more information.
    Required: Yes
Defined at:
Codex:

Fires after a new user has been created.





Source

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