Description
Filters the tables to drop when the site is deleted.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-site.php | 832 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $tables | Array of names of the site tables to be dropped. |
int | $site_id | The ID of the site to drop tables for. |
PHP Doc
/**
* Filters the tables to drop when the site is deleted.
*
* @since MU (3.0.0)
*
* @param string[] $tables Array of names of the site tables to be dropped.
* @param int $site_id The ID of the site to drop tables for.
*/