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