Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Add Address Column to Subscriptions Table
If the Address Fields option is enabled for the MemberPress registration forms at Dashboard > MemberPress > Settings > Fields tab, the data will be available within your users’ profiles.
This code snippet will add a column to the subscriptions table at Dashboard > MemberPress > Subscriptions. This colum will display the address of each member.
The code snippet will also add the option to hide this column under the Screen Options, allowing the column to be temporarily turned off.
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments