apply_filters( 'update_welcome_user_email', string $welcome_email , int $user_id , string $password , array $meta )
Filters the content of the welcome email after user activation.
Description
Content should be formatted for transmission via wp_mail().
Parameters
- $welcome_email
-
The message body of the account activation success email.
- $user_id
-
User ID.
- $password
-
User password.
- $meta
-
Signup meta data. Default empty array.
Source
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |