wpmu_welcome_notification
wpmu_welcome_notification ( $blog_id, $user_id, $password, $title, $meta = array() )
Parameters:- (int) blog_id Site ID.
- (int) user_id User ID.
- (string) password User password, or "N/A" if the user account is not new.
- (string) title Site title.
- (array) meta Optional. Signup meta data. By default, contains the requested privacy setting and lang_id.
Returns:- (bool) Whether the email notification was sent.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Notifies the site administrator that their site activation was successful.Filter {@see 'wpmu_welcome_notification'} to disable or bypass.
Filter {@see 'update_welcome_email'} and {@see 'update_welcome_subject'} to
modify the content and subject line of the notification email.