Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cocoa custom service meta query user filter

$cstmSrvcMtQry = array(
	'relation' => 'AND',
	array(
		'key'     => 'client',
		'value'   => '5',
		'compare' => '=',
	),
);