- This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember – Membership Name List in PHP
WordPres Ver. 4.0
eMember Ver. 8.9.4
I’m looking for the code that stores the array for the Membership Level Names. Not the Members names the names of the membership levels I’ve assigned in the backend.
I need to be able to pull an array of the names in PHP. If possible please. Thanks!
I’ve read all three of those but they deal specifically with members only. It doesn’t describe how to call information from the plugin itself. Like if there are built in functions that allow you to pull data from the plugin. I don’t need member specific information, I need the information from the plugin when it registered the membership level names.
You can query the alias column of the wp_eMember_membership_tbl table. This colmn contains all your membership level names.
My apologies I did not see this reply. Thank you very much WZP. That solved my issue.