How do we add these basic wordpress user fields to the profile manager that is displayed using the [s2Member-Profile /] shortcode?
Member profile [s2Member-Profile /] does not contain URL, other basic WordPress fields
1 Like
I have a similar requirement - we have other custom wp_usermeta
fields created by a separate plugin (note: not s2Member custom fields which are bundled into a serialized array) which we would really like to be able to display/edit as part of the user’s profile page.
We’re using the [s2Member-Profile /]
shortcode for the profile page, but missing the ability to include other fields in addition to the email, first/last name etc.
Any suggestions on how we could achieve this?
You would need some custom code, of course. There are some hooks you could use. s2member/src/includes/classes/profile-in.inc.php
And after adding the fields to the form, you’d need to see if any extra customization is needed to save the updated values.