Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Project Client Snippet

$meta_query = array(
	array(
		'key'     => 'project_client',
		'value'   => '$userID',
		'compare' => '=',
	),
);