Description
Filters the subject of the notification email of new user signup.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 1125 |
Parameters
Type | Name | Description |
---|---|---|
string | $subject | Subject of the notification email. |
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 the subject of the notification email of new user signup.
*
* @since MU (3.0.0)
*
* @param string $subject Subject of the notification email.
* @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.
*/