wpmu_welcome_user_notification
wpmu_welcome_user_notification ( $user_id, $password, $meta = array() )
Parameters:- (int) user_id User ID.
- (string) password User password.
- (array) meta Optional. Signup meta data. Default empty array.
Returns:Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Notifies a user that their account activation has been successful.Filter {@see 'wpmu_welcome_user_notification'} to disable or bypass.
Filter {@see 'update_welcome_user_email'} and {@see 'update_welcome_user_subject'} to
modify the content and subject line of the notification email.