Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Find User School Via Report School

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'user_school',
		'value'   => '$report_school',
		'compare' => '=',
	),
);