Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

phys meta

$meta_query = array(
	array(
		'key'     => 'user_type',
		'value'   => 'doctor',
		'compare' => '=',
	),
	array(
		'key'     => 'specialty',
		'value'   => 'specialty',
		'compare' => '=',
	),
);