W3cubDocs

/WordPress

apply_filters( 'wp_new_user_notification_email', array $wp_new_user_notification_email, WP_User $user, string $blogname )

Filters the contents of the new user notification email sent to the new user.

Parameters

$wp_new_user_notification_email

(array) Used to build wp_mail().

  • 'to'
    (string) The intended recipient
    • New user email address.
  • 'subject'
    (string) The subject of the email.
  • 'message'
    (string) The body of the email.
  • 'headers'
    (string) The headers of the email.

$user

(WP_User) User object for new user.

$blogname

(string) The site title.

Source

File: wp-includes/pluggable.php

View on Trac

Changelog

Version Description
4.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_new_user_notification_email