Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

For Custom Users

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'c_broker',
		'value'   => 'xxx',
		'compare' => 'LIKE',
	),
);