Skip to content
Documentation
< All Topics
Print

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 user profile shortcode to show public user profile. Besides, 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.

Table of Contents