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.


Top ↑

Return Return

(string[])


Top ↑

Source Source

File: includes/class-wc-install.php

	public static function wpmu_drop_tables( $tables ) {
		return array_merge( $tables, self::get_tables() );
	}


Top ↑

User Contributed Notes User Contributed Notes

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