Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/ms-site.php | apply_filters | 814 | /** * 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. */ |
Hook Parameters
Parameter 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. |