Description
Filters whether to bypass the email notification for new user sign-up.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 1071 |
Parameters
Type | Name | Description |
---|---|---|
string | $user_login | User login name. |
string | $user_email | User email address. |
string | $key | Activation key created in wpmu_signup_user(). |
array | $meta | Signup meta data. Default empty array. |
PHP Doc
/**
* Filters whether to bypass the email notification for new user sign-up.
*
* @since MU (3.0.0)
*
* @param string $user_login User login name.
* @param string $user_email User email address.
* @param string $key Activation key created in wpmu_signup_user().
* @param array $meta Signup meta data. Default empty array.
*/