Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Blackfir

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'fur_color',
		'value'   => 'black',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);