Description
Fires after site signup information has been written to the database.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 834 |
Parameters
Type | Name | Description |
---|---|---|
string | $domain | The requested domain. |
string | $path | The requested path. |
string | $title | The requested site title. |
string | $user | The user's requested login name. |
string | $user_email | The user's email address. |
string | $key | The user's activation key. |
array | $meta | Signup meta data. By default, contains the requested privacy setting and lang_id. |
PHP Doc
/**
* Fires after site signup information has been written to the database.
*
* @since 4.4.0
*
* @param string $domain The requested domain.
* @param string $path The requested path.
* @param string $title The requested site title.
* @param string $user The user's requested login name.
* @param string $user_email The user's email address.
* @param string $key The user's activation key.
* @param array $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
*/