Paid Memberships Pro used to store a member’s billing address in user meta. In the current version of PMPro, we only store billing information on the individual membership orders.
You can still import a member’s address information to user meta, but it will not be used by the plugin to show their address on orders in the admin area or frontend order screens. There are two ways you can populate the needed user meta fields to store member addresses.
Table of contents
Option 1: Mailing Address Add On
The Mailing Address Add On for Paid Membership Pro adds the necessary user meta fields required to import the member’s address. If you use the Add On, the table below indicates the appropriate column headings:
| Column Heading | Field Description |
|---|---|
| pmpro_sfirstname | First Name |
| pmpro_slastname | Last Name |
| pmpro_saddress1 | Address Line 1 |
| pmpro_saddress2 | Address Line 2 |
| pmpro_scity | City |
| pmpro_sstate | State |
| pmpro_szipcode | Postal Code |
| pmpro_scountry | Country – this should be one of the country codes found in includes/countries.php |
| pmpro_sphone | Phone |
Option 2: User Fields
Another way to to import a member’s address is to create the user fields then import them as additional columns just as you would any other user field data.

