Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_texture',
		'value'   => 'text',
		'compare' => '=',
	),
	array(
		'key'     => '_product_kind',
		'value'   => 'kind',
		'compare' => '=',
	),
);