Fires immediately after a site is activated.
Parameters
$blog_idint- Blog ID.
$user_idint- User ID.
$passwordstring- User password.
$signup_titlestring- Site title.
$metaarray- 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.