Filters the content of the welcome email sent to the site administrator after site activation.
Content should be formatted for transmission via wp_mail() .
$welcome_emailstring
$blog_idint
$user_idint
$passwordstring
$titlestring
$metaarray
$welcome_email = apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta );
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_welcome_email