This is an amazing product compared to others I have used, and I am very impressed.
I signed up for the Pro plan.
All of my social logins are set up and working with the Wordpress plugin.
I have a child theme set up and ready to enter the PHP source provided into the functions.php file.
(Referring to section 3 Actions Hooks and Filters of the Plugins Guide):
The standard WordPress database does not have the required tables/fields to store the complete user profile retrieved from the social networks. To store the full user profile you must extend the structure of your database and then use an action like this
How do I extend the structure of my database in PHP MyAdmin?
Do you have a guide for this part of the process?
Thanks in advance,
Richard
Answers
Thanks for the comments.
Normally, calling update_user_meta will create the extra fields.
Regards.
Thanks again,
Richard