Returns User full name.
Basic usage:
{{ user.name }}
Usage with parameters:
{{ user.name(User ID) }}
Parameters:
User ID
(optional) – To get the Full Name of the specific user, leave it blank to get the Current User’s Full Name
Returns User full name.
Basic usage:
{{ user.name }}
Usage with parameters:
{{ user.name(User ID) }}
Parameters:
User ID
(optional) – To get the Full Name of the specific user, leave it blank to get the Current User’s Full Name
Leave a Reply
You must be logged in to post a comment.