- This topic has 3 replies, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › User info
How do I get the users info like : name, email etc? I need it to create a profile page.
Hi, please read the following documentation. Let me know if this is what you are referring to.
You might also like to read the following documentation.
Thank you
Hi mbrsolution,
Thanks for your reply.
I have also found anothe solution by accesing the user object like this:
<?php
$auth = SwpmAuth::get_instance();
$user_first_name = $auth->userData->user_name;
$user_email = $auth->userData->email;
?>
Thanks again
Do you know how to modify the registration form by adding the functionality to upload a profile picture of the user without using the membership plugin’s addon?
Regards
Marco