Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

currencies_meta_query

$meta_query = array(
	array(
		'key'     => 'purchase_type',
		'value'   => 'quoted',
		'compare' => '!=',
	),
	array(
		'key'     => 'automate_pricing',
		'value'   => 'yes',
		'compare' => '=',
	),
);