Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Emmed

Related posts

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'zyxplug_codigo',
		'value'   => '$meta_ids',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);