Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

 test = array(
\’relation\’ => \’AND\’,
array(
\’key\’ => \’list\’,
\’value\’ => \’france\’,
\’compare\’ => \’LIKE\’,
),
relation\’ => \’OR\’,
array(
\’key\’ => \’list\’,
\’value\’ => \’greece\’,
\’compare\’ => \’LIKE\’,
),
);

test = array(
	'relation' => 'AND',
	array(
		'key'     => 'list',
		'value'   => 'france',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'list',
		'value'   => 'greece',
		'compare' => 'LIKE',
	),
);