Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

secondary_department

AND

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'secondary_departments',
		'value'   => '5',
		'compare' => 'LIKE',
	),
);