- This topic has 5 replies, 4 voices, and was last updated 8 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Access Member Database
Hello, where can I access the WoP Simple membership member database in WordPress?
I need access to our database with each Member Email, Member Level, and Active/Inactive status so I can develop a program that integrates our members with another platform of ours.
What is the easiest way to achieve this?
Thanks
Hi, I think the following table _swpm_members_tbl is what you are after. Let me know if this helps you.
Regards
Thank you, could you give me a quick explanation how to access that?
Is that a php hook that I pull?
Appreciate it.
That is the actual plugin members table. I have submitted a message to the developers to reply to your question.
Thank you
This kind of customization requires you to be a WordPress developer yourself (or hire one).
Our plugin uses standard database tables in your wordpress database. You should be able to read tutorials on how to access tables from your wordpress database and then use that info to query our table.
Probably the easiest way to do that without having to delve into code would be to use the csv exporter addon:
https://simple-membership-plugin.com/simple-membership-member-data-exporter-addon/