Description
Filters the metadata for a site signup. The metadata will be serialized prior to storing it in the database.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 805 |
Parameters
Type | Name | Description |
---|---|---|
array | $meta | Signup meta data. Default empty array. |
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. |
PHP Doc
/**
* Filters the metadata for a site signup.
*
* The metadata will be serialized prior to storing it in the database.
*
* @since 4.8.0
*
* @param array $meta Signup meta data. Default empty array.
* @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.
*/