Fires after site signup information has been written to the database.
$domainstring$pathstring$titlestring$userstring$user_emailstring$keystring$metaarraywp-includes/ms-functions.php:851wpmu_signup_blog()<?php * @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. */ do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );} /** * Records user signup information for future activation. * * This function is used when user registration is open butIntroduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.