Fires immediately after a site is activated.
Parameters
$blog_id
int- Blog ID.
$user_id
int- User ID.
$password
string- User password.
$signup_title
string- Site title.
$meta
array- Signup meta data. By default, contains the requested privacy setting and lang_id.
Source
if ( 'blog_taken' === $blog_id->get_error_code() ) {
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.