Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta in

$meta_query = array(
	array(
		'key'     => '_team_supervisor',
		'value'   => '520',
		'compare' => 'IN',
		'type'    => 'CHAR',
	),
);