Merge pull request #10333 from justinshreve/status-tables
Add shipping zone tables to the database status report
This commit is contained in:
commit
50e178b155
|
@ -329,7 +329,10 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
'woocommerce_order_items',
|
'woocommerce_order_items',
|
||||||
'woocommerce_order_itemmeta',
|
'woocommerce_order_itemmeta',
|
||||||
'woocommerce_tax_rates',
|
'woocommerce_tax_rates',
|
||||||
'woocommerce_tax_rate_locations'
|
'woocommerce_tax_rate_locations',
|
||||||
|
'woocommerce_shipping_zones',
|
||||||
|
'woocommerce_shipping_zone_locations',
|
||||||
|
'woocommerce_shipping_zone_methods',
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ( $tables as $table ) {
|
foreach ( $tables as $table ) {
|
||||||
|
|
Loading…
Reference in New Issue