Search code examples
mysqlwordpresswoocommerceuser-datadatabase-table

Billing address WooCommerce database table


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.


Solution

  • 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…