Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/ms-functions.php | apply_filters | 934 | /** * Filters whether to bypass the new site email notification. * * @since MU (3.0.0) * * @param string|false $domain Site domain, or false to prevent the email from sending. * @param string $path Site path. * @param string $title Site title. * @param string $user_login User login name. * @param string $user_email User email address. * @param string $key Activation key created in wpmu_signup_blog(). * @param array $meta Signup meta data. By default, contains the requested privacy setting and lang_id. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string|false | $domain | Site domain, or false to prevent the email from sending. |
string | $path | Site path. |
string | $title | Site title. |
string | $user_login | User login name. |
string | $user_email | User email address. |
string | $key | Activation key created in wpmu_signup_blog(). |
array | $meta | Signup meta data. By default, contains the requested privacy setting and lang_id. |