Description
Filters the message content of the new blog notification email. Content should be formatted for transmission via wp_mail().
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 981 |
Parameters
Type | Name | Description |
---|---|---|
string | $content | Content of the notification email. |
string | $domain | Site domain. |
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. |
PHP Doc
/**
* Filters the message content of the new blog notification email.
*
* Content should be formatted for transmission via wp_mail().
*
* @since MU (3.0.0)
*
* @param string $content Content of the notification email.
* @param string $domain Site domain.
* @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.
*/