Filter: wpt_user_meta_shortcode

apply_filters( 'wpt_user_meta_shortcode', $value, $auth_id, $field ) → {string}

Filter custom user meta. User meta tags are marked with {{$field}}.

Parameters:
Name Type Description
$value string

Returned singular value of a post meta field, tags stripped.

$auth_id int

User ID.

$field string

Name of user meta field.

Source:
Returns:
Type
string