Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Location Category

$args = array(
	'relation' => 'AND',
	array(
		'key'     => 'location',
		'value'   => '$locationCatFilter',
		'compare' => 'LIKE',
	),
	array(
	),
);