do_action( 'bp_delete_site', int $site_id , bool $drop )
Fires when a WordPress site is deleted.
Description Description
Parameters Parameters
- $site_id
-
The site ID.
- $drop
-
True if site's table should be dropped. Default is false.
Source Source
File: bp-core/bp-core-wpabstraction.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |