do_action( 'edit_user_created_user', int|WP_Error $user_id , string $notify )
Fires after a new user has been created.
Parameters
- $user_id
-
ID of the newly created user or WP_Error on failure.
- $notify
-
Type of notification that should happen. See wp_send_new_user_notifications() for more information.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |