Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

loja_escritorio

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'employee_office',
		'value'   => 'escritório',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'employee_function',
		'value'   => 'função',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'gisp_user_profile_id',
		'value'   => '123',
		'type'    => 'NUMERIC',
	),
);