Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/ms-functions.php | apply_filters | 800 | /** * 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. */ |
Hook Parameters
Parameter 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. |