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.


Top ↑

Source Source

File: includes/class-wc-install.php



Top ↑

User Contributed Notes User Contributed Notes

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