WC_Install::wpmu_drop_tables()
Uninstall tables when MU blog is deleted.
Метод класса: WC_Install{}
Хуков нет.
Возвращает
Строку[]
.
Использование
$result = WC_Install::wpmu_drop_tables( $tables );
- $tables(массив) (обязательный)
- List of tables that will be deleted by WP.
Код WC_Install::wpmu_drop_tables() WC Install::wpmu drop tables WC 9.8.2
public static function wpmu_drop_tables( $tables ) { return array_merge( $tables, self::get_tables() ); }