Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Artista Obra

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'artista_obra',
		'value'   => 'get_the_ID()',
		'compare' => 'LIKE',
	),
);