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
do_action( 'wpmu_activate_blog', $blog_id, $user_id, $password, $signup->title, $meta );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.