1672* @param int|false$blog_id Site ID,orfalse to prevent the email from sending.1673* @param int$user_id User ID of the site administrator.1674* @param string$password User password,or"N/A"if the user account is not new.1675* @param string$title Site title.1676* @param array$meta Signup meta data. By default, contains the requested privacy setting and lang_id.1677*/1678if(!apply_filters('wpmu_welcome_notification',$blog_id,$user_id,$password,$title,$meta)){1679returnfalse;1680}16811682$user=get_userdata($user_id);16831684$switched_locale=switch_to_user_locale($user_id);
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.