edit_user_created_user, $user_id, $notify
edit_user_created_user, $user_id, $notify
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('edit_user_created_user, $user_id, $notify') is found 1 times:
- /wp-admin/includes/user.php line 252
* @param int|WP_Error $user_id ID of the newly created user or WP_Error on failure. * @param string $notify Type of notification that should happen. See * wp_send_new_user_notifications() for more information. */ do_action( 'edit_user_created_user', $user_id, $notify ); } return $user_id; } /** * Fetch a filtered list of user roles that the current user is