Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cats

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'category',
		'value'   => 'PurchasingPoint',
		'compare' => '=',
	),
	array(
		'key'     => 'category',
		'value'   => 'ncfy',
		'compare' => '=',
	),
	array(
		'key'     => 'category',
		'value'   => 'Home',
		'compare' => '=',
	),
);