Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Livrar Proprietario

$meta_query = array(
	array(
		'key'     => 'proprietario',
		'value'   => '$user->ID',
		'compare' => '=',
	),
);