User profile shortcode
Write user-meta shortcode to page or post. To create page go to page >> add new.
Profile Shortcode:
[user-meta-profile form="Form_Name"]
Use same form for both user profile & registration:
[user-meta type=profile-registration form="Form_Name"]
Use this shortcode to show user profile when uses logged in otherwise show registration form.
Public profile shortocde:
[user-meta type=public form="Form_Name"]
Use this shortcode to show public user profile. To enable public profile, user_id parameter need to provided as GET request. So your profile url should looks like http://example.com/profile/?user_id=123 This feature is useful when you integrate this plugin with third party plugin.