Summery Summery
Filters the contents of the new user notification email sent to the new user.
Syntax Syntax
Parameters Parameters
- $wp_new_user_notification_email
-
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.
- 'to'
- $user
-
User object for new user.
- $blogname
-
The site title.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |