Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WP_Meta_Query Arquivos

$permissoes = array(
	'relation' => 'OR',
	array(
		'key'     => 'material_permissoes',
		'value'   => '$permissao',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
	array(
	),
);