WC_Install::wpmu_drop_tables( array $tables )
Uninstall tables when MU blog is deleted.
Description Description
Parameters Parameters
- $tables
-
(Required) List of tables that will be deleted by WP.
Return Return
(string[])
Source Source
File: includes/class-wc-install.php
public static function wpmu_drop_tables( $tables ) { return array_merge( $tables, self::get_tables() ); }