apply_filters( 'woocommerce_install_get_tables', array $tables )
Filter the list of known WooCommerce tables.
Description Description
If WooCommerce plugins need to add new tables, they can inject them here.
Parameters Parameters
- $tables
-
An array of WooCommerce-specific database table names.
Source Source
File: includes/class-wc-install.php