Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

post meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'publisher',
		'value'   => 'test',
	),
	array(
		'key'     => 'difficulty',
		'value'   => 'test',
	),
);