apply_filters( 'wpmu_drop_tables', string[] $tables, int $site_id )

Filters the tables to drop when the site is deleted.


Parameters

$tables string[]
Array of names of the site tables to be dropped.
$site_id int
The ID of the site to drop tables for.

Top ↑

Source

File: wp-includes/ms-site.php. View all references

$drop_tables = apply_filters( 'wpmu_drop_tables', $tables, $site->id );


Top ↑

Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes

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