do_action( 'bp_new_site', int $blog_id , int $user_id , string $domain , string $path , int $site_id , array $meta )
Fires the activation routine for a new site created in a multisite installation.
Description Description
Parameters Parameters
- $blog_id
-
ID of the blog being installed to.
- $user_id
-
ID of the user the install is for.
- $domain
-
Domain to use with the install.
- $path
-
Path to use with the install.
- $site_id
-
ID of the site being installed to.
- $meta
-
Metadata to use with the site creation.
Source Source
File: bp-core/admin/bp-core-admin-actions.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |