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.


Top ↑

Source Source

File: bp-core/bp-core-wpabstraction.php


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.