wpmu_drop_tables

Advertisement

Summery Summery

Filters the tables to drop when the site is deleted.

Syntax Syntax

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

Parameters Parameters

$tables

Array of names of the site tables to be dropped.

$site_id

The ID of the site to drop tables for.

Source Source

File: wp-includes/ms-site.php

Advertisement

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply