WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update_welcome_user_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 1858 /**
* Filters the content of the welcome email after user activation.
*
* Content should be formatted for transmission via wp_mail().
*
* @since MU (3.0.0)
*
* @param string $welcome_email The message body of the account activation success email.
* @param int $user_id User ID.
* @param string $password User password.
* @param array $meta Signup meta data. Default empty array.
*/

Hook Parameters

Parameter Type Name Description
string $welcome_email The message body of the account activation success email.
int $user_id User ID.
string $password User password.
array $meta Signup meta data. Default empty array.