Add the payment token tables to the database status report.
This commit is contained in:
parent
5d8967c7d7
commit
defff6c5a9
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue