Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

test

$meta_query = array(
	array(
		'key'     => 'p1',
		'value'   => 'test',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'p2',
		'value'   => 'test',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);