Initiates email notifications related to the creation of new users.
Notifications are sent both to the site admin and to the newly created user.
$user_idintrequired
$notifystringoptional
'admin' or an empty string (admin only), 'user', or 'both' (admin and user).'both'.Default:'both'
function wp_send_new_user_notifications( $user_id, $notify = 'both' ) {
wp_new_user_notification( $user_id, null, $notify );
}
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_send_new_user_notifications