Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

products_to_brands

$meta_query = array(
	array(
		'key'     => 'products_to_brands',
		'value'   => 'african formula',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);