Filters the content of the welcome email after user activation.
Content should be formatted for transmission via wp_mail() .
$welcome_emailstring
$user_idint
$passwordstring
$metaarray
$welcome_email = apply_filters( 'update_welcome_user_email', $welcome_email, $user_id, $password, $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_user_email