Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

matching landlord meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'fave_agents',
		'value'   => '** LANDLORD ID **',
		'compare' => '=',
	),
);