Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user profile

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'user_profile_tag',
		'compare' => 'IN',
	),
);