Display the information of a user’s Custom User Field.
Common Attributtes
- current_user: Display the Custom User Field value of current logged in user. It accepts the values “yes” and “no“. By default is “yes“.
- user_id: Display the value of a Custom User Field for a specific user.
Example to display the Custom User Field of the currently logged-in user.
[awp_cuf field="team"]
Example to display the Custom User Field of the user with ID 1.
[awp_cuf field="team" current_user="no" user_id="1"]