I would like to know, what database table is WooCommerce using for the Billing Address for each user?
I really need to know, because I need to import users from another database. Thanks.
The table used for customers billing address is 'usermeta'
.
To import users from an other database, you need the data from 'users'
and 'usermeta'
tables…