On this page
do_action( 'after_signup_site', string $domain, string $path, string $title, string $user, string $user_email, string $key, array $meta )
Fires after site signup information has been written to the database.
Parameters
$domainstring-
The requested domain.
$pathstring-
The requested path.
$titlestring-
The requested site title.
$userstring-
The user's requested login name.
$user_emailstring-
The user's email address.
$keystring-
The user's activation key.
$metaarray-
Signup meta data. By default, contains the requested privacy setting and lang_id.
Source
File: wp-includes/ms-functions.php. View all references
do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_signup_blog() wp-includes/ms-functions.php | Records site signup information for future activation. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_signup_site