apply_filters( 'wpmu_welcome_notification', int|bool $blog_id , int $user_id , string $password , string $title , array $meta )
Filters whether to bypass the welcome email after site activation.
Description
Returning false disables the welcome email.
Parameters
- $blog_id
-
Blog ID.
- $user_id
-
User ID.
- $password
-
User password.
- $title
-
Site title.
- $meta
-
Signup meta data. By default, contains the requested privacy setting and lang_id.
Source
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |