Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Client Portal User Search

$meta_query = array(
	array(
		'key'     => 'leco_cp_client',
		'value'   => '$cur_user_id',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);