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.


Description Description


Parameters Parameters

$domain

(string) The requested domain.

$path

(string) The requested path.

$title

(string) The requested site title.

$user

(string) The user's requested login name.

$user_email

(string) The user's email address.

$key

(string) The user's activation key.

$meta

(array) Signup meta data. By default, contains the requested privacy setting and lang_id.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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