wpmu_welcome_notification – filter
Filters whether to bypass the welcome email sent to the site administrator after site activation. Returning false disables the welcome email.
Parameters
- (3.0.0)
- ( MU ) . . .
- $blog_id
- ( int|false ) Site ID, or false to prevent the email from sending. . . .
- ( int ) $user_id User ID of the site administrator. . . .
- ( string ) $password User password, or “N/A” if the user account is not new. . . .
- ( string ) $title Site title. . . .
- ( array ) $meta Signup meta data. By default, contains the requested privacy setting and lang_id. . . .