1608* @param int|false$blog_id Site ID,orfalse to prevent the email from sending.1609* @param int$user_id User ID of the site administrator.1610* @param string$password User password,or"N/A"if the user account is not new.1611* @param string$title Site title.1612* @param array$meta Signup meta data. By default, contains the requested privacy setting and lang_id.1613*/1614if(!apply_filters('wpmu_welcome_notification',$blog_id,$user_id,$password,$title,$meta)){1615returnfalse;1616}16171618$user=get_userdata($user_id);16191620$switched_locale=switch_to_user_locale($user_id);
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.