do_action( ‘after_signup_site’, string $domain, string $path, string $title, string $user, string $user_email, string $key, array $meta )

In this article

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

do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.