- This topic has 3 replies, 3 voices, and was last updated 9 years, 10 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 › Create a user in "wp_swpm_members_tbl" using php instead of form
Tagged: create_user
I had a question if there is a function within your classes that would create a user.
We have an API to validate users of another system we use and i would like to add them in to the “wp_swpm_members_tbl” so they could share the same user and password.
I create a custom template page that has this functionality already, i only need to create the user in the table and also login in the membership website after.
Hi, I have submitted a message to the plugin developers to investigate further your request.
Thank you
Hi, we don’t have an API like that at the moment. We will likely develop something in the future.
You could look at the core plugin’s registration complete code to see what it does and then potentially do something similar.
Okay thank you.