- This topic has 2 replies, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Add a page to website so that SWPM makes the member's data available to it
Hello again!
I have created an extra page for logged-in members, outside the SWPM framework, that asks the member to make a multiple-choice from a number of options by checking checkboxes, which I then send via Ajax straight to a database table (not wp-swpm-members-tbl). However, I need to access the ID of the currently logged-in member, and I haven’t learnt enough yet about WordPress hooks to know this works.
All I need is the logged-in member ID! But I have to set up my page to be recognized by the SWPM framework to get it …
Thanks in advance for this information!
SP
Hi check the following instructions.
Thank you
Fabulous! This works, with some tweaking in the class.simple-wp-membership.php file, to add my own page in WordPress.
Thanks very much, mbr.
SP