Returns a Custom Field value of current or specified user
Basic usage:
{{ user.customfield }}
Usage with parameters:
{{ user.customfield(Custom Field, User ID) }}
Parameters:
Custom Field
(optional) – What custom field value of the user to show.User ID
(optional) – Leave it blank to get the Current User’s Custom Field value.
Example:
{{ user.customfield("registerdate") }}
Leave a Reply
You must be logged in to post a comment.