Add the payment token tables to the database status report.

This commit is contained in:
Justin Shreve 2016-02-11 10:27:09 -08:00
parent 5d8967c7d7
commit defff6c5a9
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ if ( ! defined( 'ABSPATH' ) ) {
'woocommerce_shipping_zones',
'woocommerce_shipping_zone_locations',
'woocommerce_shipping_zone_methods',
'woocommerce_payment_tokens',
'woocommerce_payment_tokenmeta',
);
foreach ( $tables as $table ) {