Hi @claytoncollie
I’ve just tested it using the second code structure I gave you before, and it was working as it should. Here is the code:
'meta_query' => array(
array(
'key' => 'vbmmp_attorney_related_user_profile', // name of custom field
'value' => $author_id,
'compare' => '='
)
)
Could you please check it out? Thanks!