apply_filters( 'wpmu_drop_tables', array $tables, int $blog_id )

Filters the tables to drop when the site is deleted.


Parameters

$tables

(array) The site tables to be dropped.

$blog_id

(int) The ID of the site to drop tables for.


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)