You are here: Home
Support site for Tips and Tricks HQ premium products
Let me more specific. I’m adding php code for preprocessing a form. So, I don;t have access to the admin dashboard.
For my normal user processing, I’m pulling in user details using your shortcodes (e.g. [wp_eMember_user_details user_info=”email”] )
But, since I’m an admin trying to do updates to users, I need a way to pull in their info (programatically). Any way to use the existing shortcodes or set up a parameter to make it look like I’m the user?
Thanks,
R
Wouldn’t this prevent the user from being able to update his email address, since its not being displayed?
Hi,
The users are not yet in the WP DB. The DB they ARE in has additional fields. I’d like to incorporate/add these fields. I would guess I cannot delete any fields.
I normally import an SQL or CSV file, but am open to other/easier ways.
And I have custom php code I will be using that needs to access the additional fields I mentioned.
I am not familiar with wordpress integration.
Thanks for your help.