after_signup_site

Advertisement

Summery Summery

Fires after site signup information has been written to the database.

Syntax Syntax

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

Parameters Parameters

$domain

The requested domain.

$path

The requested path.

$title

The requested site title.

$user

The user's requested login name.

$user_email

The user's email address.

$key

The user's activation key.

$meta

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

Source Source

File: wp-includes/ms-functions.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply