bp_insert_site( int|WP_Site $site, int|array $args_or_user_id = null, string $domain = '', string $path = '', int $network_id, array $meta = array() )
Fires a BuddyPress hook when a new WordPress site is inserted into the database.
Description Description
This hook makes sure BuddyPress is back compatible with WordPress versions < 5.1.0.
Parameters Parameters
- $site
-
(Required) The Site ID or the WP Site object.
- $args_or_user_id
-
(Optional) An array of Site arguments or the User ID.
Default value: null
- $domain
-
(Optional) Site domain.
Default value: ''
- $path
-
(Optional) Site path.
Default value: ''
- $network_id
-
(Required) Network ID. Only relevant on multi-network installations.
- $meta
-
(Optional) Meta data. Used to set initial site options.
Default value: array()
Source Source
File: bp-core/bp-core-wpabstraction.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |