Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta parameters

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'meta_key',
		'value'   => 'meta_value',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);