apply_filters( 'wpmu_drop_tables', array $tables , int $blog_id )
Filters the tables to drop when the site is deleted.
Parameters
- $tables
-
The site tables to be dropped.
- $blog_id
-
The ID of the site to drop tables for.
Source
File: wp-admin/includes/ms.php
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |