Filter: wpt_user_meta_shortcode

apply_filters( 'wpt_user_meta_shortcode', string, int, string )

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

Parameters:
Name Type Description
string

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

int

$auth_id User ID.

string

$field Name of user meta field.

Source:
Returns:

string