Docs: Improve documentation for the update_welcome_user_email()
filter, introduced in [26538].
See #25598. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a17fdaf07
commit
94b2ed9303
@ -1539,13 +1539,13 @@ function wpmu_welcome_user_notification( $user_id, $password, $meta = array() )
|
||||
$user = get_userdata( $user_id );
|
||||
|
||||
/**
|
||||
* Filter the content of the welcome email after user activation.
|
||||
* Filters the content of the welcome email after user activation.
|
||||
*
|
||||
* Content should be formatted for transmission via wp_mail().
|
||||
*
|
||||
* @since MU
|
||||
*
|
||||
* @param type $welcome_email The message body of the account activation success email.
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user